List Question
10 TechQA 2024-10-11 00:26:47How do you use std::atomic to achieve thread-safety without locking mutexes?
440 views
Asked by krispet krispet
Issue using std::atomic_flag with worker thread
1k views
Asked by darkpbj
Does C++11 guarantee memory ordering between a release fence and a consume operation?
734 views
Asked by Edmund
Read a variable in another thread
843 views
Asked by AudioBubble
C++ shared_mutex implementation
3.8k views
Asked by LWimsey
How to implement an atomic counter
58.1k views
Asked by Anonymous Entity
Atomic objects of trivially copyable types in GCC
410 views
Asked by user1494080
std::bind fails to compile with std::atomic_bool& on MSVC
1.1k views
Asked by David Haim
Release-Consume ordering for reference counting
1.4k views
Asked by Zizheng Tai
Can a store-release be reordered with a subsequent sequential-consistent load in C++11?
173 views
Asked by levzettelin