Calling the signal()
function in a multithreaded program is undefined behavior 135.
This rule is a specific instance of SIG02-C. Avoid using signals to implement normal functionality.
Noncompliant Code Example
...
Calling the signal()
function in a multithreaded program is undefined behavior 135.
This rule is a specific instance of SIG02-C. Avoid using signals to implement normal functionality.
...