@@ -494,8 +494,8 @@ c,CERT-C,CON35-C,Yes,Rule,,,Avoid deadlock by locking in a predefined order,CON5
494494c , CERT-C , CON36-C , Yes , Rule ,,, Wrap functions that can spuriously wake up in a loop , CON54-CPP , Concurrency2 , Medium ,
495495c , CERT-C , CON37-C , Yes , Rule ,,, Do not call signal() in a multithreaded program ,, Concurrency1 , Easy ,
496496c , CERT-C , CON38-C , Yes , Rule ,,, Preserve thread safety and liveness when using condition variables , CON55-CPP , Concurrency3 , Medium ,
497- c , CERT-C , CON39-C , Yes , Rule ,,, Do not join or detach a thread that was previously joined or detached ,, Concurrency4 , Hard ,
498- c , CERT-C , CON40-C , Yes , Rule ,,, Do not refer to an atomic variable twice in an expression ,, Concurrency4 , Medium ,
497+ c , CERT-C , CON39-C , Yes , Rule ,,, Do not join or detach a thread that was previously joined or detached ,, Concurrency5 , Hard ,
498+ c , CERT-C , CON40-C , Yes , Rule ,,, Do not refer to an atomic variable twice in an expression ,, Concurrency5 , Medium ,
499499c , CERT-C , CON41-C , Yes , Rule ,,, Wrap functions that can fail spuriously in a loop , CON53-CPP , Concurrency3 , Medium ,
500500c , CERT-C , CON43-C , OutOfScope , Rule ,,, Do not allow data races in multithreaded code ,,,,
501501c , CERT-C , DCL30-C , Yes , Rule ,,, Declare objects with appropriate storage durations ,, Declarations , Hard ,
0 commit comments