List Question
10 TechQA 2015-06-10 14:48:37Why is the standard C# event invocation pattern thread-safe without a memory barrier or cache invalidation? What about similar code?
880 views
Asked by Andrew Russell
Does C++11 guarantee memory ordering between a release fence and a consume operation?
699 views
Asked by Edmund
Manual synchronization in OpenMP while loop
964 views
Asked by topper91
Release-Consume ordering for reference counting
1.4k views
Asked by Zizheng Tai
relaxed ordering of c++11 memory model
418 views
Asked by kmalloc
Can a store-release be reordered with a subsequent sequential-consistent load in C++11?
146 views
Asked by levzettelin
atomic<T>.load() with std::memory_order_release
755 views
Asked by levzettelin
Memory barriers and Linux kernel spinlock on TILE-Gx
1.2k views
Asked by hakos
Is the example in the membarrier man page pointless in x86?
491 views
Asked by BeeOnRope
Does std::atomic provide atomic behavior, regardless of ordering?
413 views
Asked by BeeOnRope