Atomic operations and C++11 memory barriers and assembler instructions generated on x86_64 CPUs This article details the atomic operations and C++11 memory barriers and the assembler instructions generated by it on x86_64 CPUs. Download all files from GitHub Download bench_contfree - 8.5 KB Download contfree_shared_mutex - 8.4 KB Three related articles: We make any object thread-safe We make a std