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?
883 views
Asked by Andrew Russell
Does C++11 guarantee memory ordering between a release fence and a consume operation?
704 views
Asked by Edmund
Manual synchronization in OpenMP while loop
968 views
Asked by topper91
Release-Consume ordering for reference counting
1.4k views
Asked by Zizheng Tai
relaxed ordering of c++11 memory model
421 views
Asked by kmalloc
Can a store-release be reordered with a subsequent sequential-consistent load in C++11?
152 views
Asked by levzettelin
atomic<T>.load() with std::memory_order_release
760 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?
494 views
Asked by BeeOnRope
Does std::atomic provide atomic behavior, regardless of ordering?
415 views
Asked by BeeOnRope