文章列表
What is an unsigned char?(什么是无符号字符?)
System where 1 byte != 8 bit?(1 字节!= 8 位的系统?)
Concurrency: Atomic and volatile in C++11 memory model(并发:C++11 内存模型中的原子性和易失性)
Simple example of threading in C++(C++ 中线程的简单示例)
Example for boost shared_mutex (multiple reads/one write)?(boost shared_mutex 的示例(多次读取/一次写入)?)
C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?(C++11 引入了标准化的内存模型.这是什么意思?它将如何影响 C++ 编程?)
What happens to a detached thread when main() exits?(当 main() 退出时,分离的线程会发生什么?)
How can I implement ABA counter with c++11 CAS?(如何使用 c++11 CAS 实现 ABA 计数器?)
Multithreading program stuck in optimized mode but runs normally in -O0(多线程程序卡在优化模式但在 -O0 中正常运行)
What are the correct link options to use std::thread in GCC under linux?(在 linux 下的 GCC 中使用 std::thread 的正确链接选项是什么?)