文件名称:Memory Reordering Caught in the Act
文件大小:5KB
文件格式:ZIP
更新时间:2021-10-19 19:51:01
多线程 c++
When writing lock-free code in C or C++, one must often take special care to enforce correct memory ordering. Otherwise, surprising things can happen.
【文件预览】:
msvc
----ordering.cpp(4KB)
----ordering.sln(886B)
----ordering.vcproj(3KB)
gcc
----ordering.cpp(4KB)
----Makefile(69B)