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.
-
-
CON50-J. Do not assume that declaring a reference volatile guarantees safe publication of the members of the referenced object (SEI CERT Oracle Coding Standard for Java)
-
CON02-C. Do not use volatile as a synchronization primitive (SEI CERT C Coding Standard)
-
CON31-C. Do not destroy a mutex while it is locked (SEI CERT C Coding Standard)
-
-
CON43-C. Do not allow data races in multithreaded code (SEI CERT C Coding Standard)