Search code examples
What is the difference between using explicit fences and std::atomic?...

c++c++11atomicmemory-fences

Read More
Does a synchronized block trigger a full memory fence for arrays?...

javaarraysmultithreadingvolatilememory-fences

Read More
What is a memory fence?...

concurrencymemory-fences

Read More
Cost of using final fields...

javamultithreadingperformancememory-fences

Read More
Java 8 Unsafe: xxxFence() instructions...

javaconcurrencyjava-8unsafememory-fences

Read More
Can non-atomic-load be reordered after atomic-acquire-load?...

c++multithreadingc++11concurrencymemory-fences

Read More
Intel 64 and IA-32 | Atomic operations including acquire / release semantic...

assemblylockingx86intelmemory-fences

Read More
Using volatile boolean variable for busy waiting...

c++multithreadingvolatilememory-fencesbusy-waiting

Read More
Re-ordering of assignments and adding a fence...

javavariable-assignmentvolatilememory-fences

Read More
Which fences exactly provided by std::memory_order in C++?...

c++multithreadingatomicmemory-fencesmemory-barriers

Read More
using electric fence in a c++ program...

c++linuxmemory-managementmemory-fenceselectric-fence

Read More
.Net CompareExchange reordering...

c#.netmultithreadingmemory-fencestest-and-set

Read More
Is std::mutex enough for making all prior reads-writes happen before following reads-writes all in s...

c++mutexmemory-fences

Read More
How effective a barrier is a atomic write followed by an atomic read of the same variable?...

c++multithreadingmemory-modelmemory-fences

Read More
The cost of atomic counters and spinlocks on x86(_64)...

c++multithreadingc++11atomicmemory-fences

Read More
Out of Order Execution and Memory Fences...

cx86cpumemory-barriersmemory-fences

Read More
C# volatile variable: Memory fences VS. caching...

c#cachingvolatilememory-fences

Read More
C++ lockless queue crashes with multiple threads...

c++multithreadingatomicmemory-fences

Read More
Memory semantics of initialization in multithread environment (C++)...

c++multithreadingconcurrencymemory-fences

Read More
lock-free synchronization, fences and memory order (store operation with acquire semantics)...

c++11atomiclock-freememory-fencesmemory-barriers

Read More
OpenCL 1.2: mem_fence() or barrier() or both...

openclmemory-barriersbarriermemory-fences

Read More
Do memory barriers guarantee a fresh read in C#?...

c#multithreadingvolatilememory-barriersmemory-fences

Read More
Fences with non-atomics in C11...

c11memory-modelmemory-fences

Read More
Is there an implicit memory barrier with synchronized-with relationship on thread::join?...

c++multithreadingc++11memory-barriersmemory-fences

Read More
Does MS-specific volatile prevent hardware instructions reordering...

c++multithreadingvisual-c++volatilememory-fences

Read More
One reader one writer, int or atomic_int...

c++multithreadingc++11atomicmemory-fences

Read More
In OpenCL, what does mem_fence() do, as opposed to barrier()?...

openclgpgpumemory-barriersbarriermemory-fences

Read More
Java Unsafe.storeFence() documentation wrong?...

javamultithreadingunsafememory-fences

Read More
After an object is constructed, is a memory fence established with other threads?...

javamemoryconcurrencyconstructormemory-fences

Read More
Using QAtomicInt as memory fence...

c++fifosmpmemory-fences

Read More
BackNext