List Question
20 TechQA 2023-05-20T07:15:30.097000Question regarding relaxed memory ordering and initialization of shared data
44 views
Asked by bot654321
Relaxed atomics in x86
145 views
Asked by Santiago
What are the optimal std::memory_orders for this scenario of a coroutine waiting on an event?
199 views
Asked by Anton3
std::memory_order_relaxed with fetch_add
567 views
Asked by user3882729
C++: Which weak atomic to use for buffers that receive async. RDMA transfers?
192 views
Asked by Ken Birman
Why isn't [[carries_dependency]] the default in C++?
255 views
Asked by user3188445
Is the value of steady_clock::now from multiple threads consistent with memory order?
491 views
Asked by Filipp
Cheaper alternative to std::atomic<bool>?
758 views
Asked by Desperado17
Compiler/Hardware optimizations of code and relaxed atomics
95 views
Asked by speed_of_light
Are relaxed atomic store reordered themselves before the release? (similar with load /acquire)
1.1k views
Asked by Juan JuezSarmiento
A Minimum Ordering Requirement
189 views
Asked by Koosha
Atomic operations on a single variable
320 views
Asked by Koosha
Will fetch_add with relaxed memory order return unique values?
1.2k views
Asked by bartop
Using relaxed atomic boolean to synchronize two threads
806 views
Asked by Maarten Bamelis
std::atomic_bool for cancellation flag: is std::memory_order_relaxed the correct memory order?
1.6k views
Asked by Paul Belanger
C++ countdown in CyclicBarrier going wrong using atomic variables [solutions without locks please]
245 views
Asked by Anand Kulkarni
is std::atomic::fetch_add a serializing operation on x86-64?
1.2k views
Asked by J.N.
Does calling `into_inner()` on an atomic take into account all the relaxed writes?
330 views
Asked by Alexander Torstling
C++ standard: can relaxed atomic stores be lifted above a mutex lock?
1.3k views
Asked by jacobsa