Search code examples
How does C++23 happens before apply to std::memory_order_seq_cst?...


c++language-lawyermemory-modelrelaxed-atomics

Read More
memory_order_relaxed with c++11/14 in cppreference...


c++multithreadingc++11c++14relaxed-atomics

Read More
C++: Which weak atomic to use for buffers that receive async. RDMA transfers?...


c++c++17rdmarelaxed-atomics

Read More
What is the (slight) difference on the relaxing atomic rules?...


c++memory-barriersmemory-modelstdatomicrelaxed-atomics

Read More
Why does memory_order_relaxed use atomic (lock-prefixed) instructions on x86?...


c++visual-c++x86atomicrelaxed-atomics

Read More
Are relaxed atomic store reordered themselves before the release? (similar with load /acquire)...


c++multithreadingmemory-barriersstdatomicrelaxed-atomics

Read More
A Minimum Ordering Requirement...


c++multithreadingatomicrelaxed-atomics

Read More
Atomic operations on a single variable...


c++multithreadingrelaxed-atomics

Read More
is std::atomic::fetch_add a serializing operation on x86-64?...


c++x86atomicstdatomicrelaxed-atomics

Read More
C++ standard: can relaxed atomic stores be lifted above a mutex lock?...


c++mutexmemory-modelstdatomicrelaxed-atomics

Read More
Is it possible that a store with memory_order_relaxed never reaches other threads?...


c++c++11memory-barriersrelaxed-atomics

Read More
Example of misuse of std::memory_order::relaxed in C++ Standard [algorithms.parallel.exec/5 in n4713...


c++multithreadingparallel-processingrelaxed-atomics

Read More
Will fetch_add with relaxed memory order return unique values?...


c++concurrencyatomicmemory-modelrelaxed-atomics

Read More
std::atomic_bool for cancellation flag: is std::memory_order_relaxed the correct memory order?...


c++atomiccancellationmemory-barriersrelaxed-atomics

Read More
C++ countdown in CyclicBarrier going wrong using atomic variables [solutions without locks please]...


c++multithreadingc++11relaxed-atomics

Read More
Does calling `into_inner()` on an atomic take into account all the relaxed writes?...


multithreadingrustrelaxed-atomics

Read More
Understanding memory_order_relaxed...


c++multithreadingc++11relaxed-atomics

Read More
BackNext