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