...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| CONCURRENCY.BADFUNC.CNDSIGNAL | Use of Condition Variable Signal | ||||||
Helix QAC |
| C++1778, C++1779 | |||||||
Klocwork |
| CERT.CONC.UNSAFE_COND_VAR | |||||||
Parasoft C/C++test |
| CERT_CPP-CON55-a | Do not use the 'notify_one()' function when multiple threads are waiting on the same condition variable | ||||||
Polyspace Bug Finder |
| Checks for multiple threads waiting for same condition variable (rule fully covered) |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...