Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
CON36-C. Wrap functions that can spuriously wake up in a loop (SEI CERT C Coding Standard)
-
-
CON41-C. Wrap functions that can fail spuriously in a loop (SEI CERT C Coding Standard)
-
CON06-C. Ensure that every mutex outlives the data it protects (SEI CERT C Coding Standard)
-
CON08-C. Do not assume that a group of calls to independently atomic methods is atomic (SEI CERT C Coding Standard)
-
CON07-C. Ensure that compound operations on shared variables are atomic (SEI CERT C Coding Standard)
-
CON03-C. Ensure visibility when accessing shared variables (SEI CERT C Coding Standard)
-
-
CON09-C. Avoid the ABA problem when using lock-free algorithms (SEI CERT C Coding Standard)
-