List Question
10 TechQA 2024-10-22 04:54:43Why is the standard C# event invocation pattern thread-safe without a memory barrier or cache invalidation? What about similar code?
914 views
Asked by Andrew Russell
Does C++11 guarantee memory ordering between a release fence and a consume operation?
735 views
Asked by Edmund
Memory barriers force cache coherency?
4.4k views
Asked by Wad
Spin locked stack and memory barriers (C++)
252 views
Asked by sribin
Lock-free stack: visibility issue when checking hazard pointers during pop()?
564 views
Asked by Enrico M. Crisostomo
Is deadlock possible in this simple scenario?
389 views
Asked by Junekey Jeon
Are memory fences required here?
371 views
Asked by Bernard
lock-free synchronization, fences and memory order (store operation with acquire semantics)
479 views
Asked by Ferenc
C Variable Not Updating on Thread Iteration
203 views
Asked by Johnny Thompson
Do I need to use volatile keyword for memory access in critical section?
839 views
Asked by Robotbugs