...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Astrée |
| read_data_race write_data_race | Supported by sound analysis (data race alarm) | ||||||
CodeSonar |
| CONCURRENCY.DATARACE | Data race | ||||||
Coverity |
| MISSING_LOCK | Partially implemented | ||||||
Parasoft C/C++test |
| BDCERT_C-TRSCON32-BITLOCKa | Use locks to prevent race conditions when modifying bit fieldsImplemented | ||||||
Polyspace Bug Finder |
| Data race | Multiple tasks perform unprotected non-atomic operations on shared variables |
...