...
This rule can be found in the C++ Secure Coding Practices as CON01-CPP. Do not use volatile as a synchronization primitive
...
Bibliography
Wiki Markup |
---|
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 5.1.2.3 "Program Execution" \[[Open Group 04|AA. Bibliography#Open Group 04]\] Section 4.11 "Memory Synchronization" |
...