List Question
20 TechQA 2018-05-23T05:34:30.327000What does "serializing operation" mean in the sfence documentation?
2.4k views
Asked by James
Can I not use release and acquire barriers in this case?
202 views
Asked by James
atomic thread fence and consume operation
133 views
Asked by Antoine Morrier
Do locked instructions provide a barrier between weakly-ordered accesses?
950 views
Asked by BeeOnRope
C++ lock-free thread synchronization
303 views
Asked by google2
Re-ordering of assignments and adding a fence
777 views
Asked by Nathan
Which fences exactly provided by std::memory_order in C++?
610 views
Asked by Joe Joe
Is std::mutex enough for making all prior reads-writes happen before following reads-writes all in same thread?
83 views
Asked by huseyin tugrul buyukisik
How effective a barrier is a atomic write followed by an atomic read of the same variable?
586 views
Asked by Constantine Sapuntzakis
viewability of a non-volatile write
60 views
Asked by User1291
C++ lockless queue crashes with multiple threads
126 views
Asked by David L.
What (bad) can happen if I don't issue _mm_sfence() after _mm_clflushopt()?
288 views
Asked by Serge Rogatch
Memory semantics of initialization in multithread environment (C++)
72 views
Asked by Oliver Young
C# volatile variable: Memory fences VS. caching
2.5k views
Asked by domin
OpenCL 1.2: mem_fence() or barrier() or both
1.5k views
Asked by Raj
peterson algorithm about data modification in lock visible to second thread with mfence/lfence/sfence
232 views
Asked by Derek Zhang
Is a memory barrier an instruction that the CPU executes, or is it just a marker?
6.7k views
Asked by Christopher
Is there an implicit memory barrier with synchronized-with relationship on thread::join?
1k views
Asked by Mikaka
Fences with non-atomics in C11
701 views
Asked by user3188445
lock-free synchronization, fences and memory order (store operation with acquire semantics)
522 views
Asked by Ferenc