List Question
20 TechQA 2024-03-21T14:09:48.250000Program using Atomic Variable gets stuck unexpectedly
87 views
Asked by X1ngChui
Is fail ordering relevant for x86 atomic operation?
116 views
Asked by Some Name
Is `std::atomic<>` necessary or overkill for `std::condition_variable`?
104 views
Asked by Vroomfondel
Are 2 consecutive statements sequenced-before each other?
93 views
Asked by St.Antario
busy waiting with atomic<bool>
110 views
Asked by DDG
Is it guaranteed, that read-modify-write operation reads (and returns) a correct old value on weak memory models?
109 views
Asked by blonded04
How to store std::atomic in a structure as a value in std::unordered_map?
81 views
Asked by Damir Tenishev
Why boost::atomic support non-trivial-copyable object?
59 views
Asked by VoVAllen
Relaxed ordering modern C++
70 views
Asked by getsoubl
Why does C/C++ not have a atomic flag test_and_clear?
192 views
Asked by Sniperchang
C++: a question about memory_order_relaxed
148 views
Asked by MaPo
barrier and wait using atomic_bool and atomic_int
71 views
Asked by Roman
Can't compile suggested atomic_fetch_max code
53 views
Asked by Damir Tenishev
std::atomic<bool>::wait vs. std::condition_variable::wait
158 views
Asked by Jan Schultke
Using atomic variable to storage cv::Mat object
85 views
Asked by Jorge Augusto Wilchen
memory_order: acquire/release reversed pattern
114 views
Asked by TruLa
Is writing std::atomic thread safe in the area of read lock
70 views
Asked by Yves
acquire/release memory order on different processors
78 views
Asked by Steve Zhang
C++ atomics Correct memory order and thread fencing for a shared_ptr implementation
57 views
Asked by h243jian
Can two separate threads perform a write to a std::atomic<> variable?
82 views
Asked by EmbeddedDOOD2