Search code examples
Making sense of Memory Barriers...


javax86volatilememory-barriers

Read More
Which Memory Order Should I use for a Host Thread waiting on Worker Threads?...


c++multithreadingc++11boost-asiomemory-barriers

Read More
Fastest inline-assembly spinlock...


c++assemblyx86memory-barriersspinlock

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


openclgpgpumemory-barriersbarriermemory-fences

Read More
Implementing an acquire for a release from Unsafe.putOrdered*()?...


javamultithreadingconcurrencymemory-barriersmemory-model

Read More
Why we do not use barriers in User space...


memory-managementcpu-architecturecpu-cachememory-barriersbarrier

Read More
In which point compiler needs to reorder executions for optimization?...


multithreadingmutexsemaphorecompiler-optimizationmemory-barriers

Read More
Test program for CPU out of order effect...


cx86synchronizationmemory-barriersbarrier

Read More
x86 Non-Temporal Instructions: Is fencing ever needed for thread-local data?...


performanceassemblyx86memory-barriers

Read More
Deallocate buffer after reading from GL compute shader...


openglmemory-barrierscompute-shader

Read More
Least restrictive memory ordering for spin-lock with two atomics...


c++multithreadingc++11atomicmemory-barriers

Read More
Are atomic operations enough for a mutex?...


mutexatomicmemory-barriers

Read More
How memory barrier/fence inhibit instruction reordering carried out by CPU?...


multithreadingmemory-barriers

Read More
Least-restrictive memory ordering for single-producer, single-consumer ringbuffer?...


c++multithreadingc++11memory-barriers

Read More
Is std::memory_order_relaxed enough for checking "Availability"?...


c++multithreadingc++11thread-safetymemory-barriers

Read More
Is it necessary to check thread interrupted state after calling LockSupport.parkNanos(long)?...


javaapiconcurrencymemory-barriersjava-memory-model

Read More
Possible to use C11 fences to reason about writes from other threads?...


cc11memory-modelmemory-barriersmemory-fences

Read More
order and barrier:what is the equivalent instruction on x86 for 'lwsync' on PowerPC?...


assemblysynchronizationx86powerpcmemory-barriers

Read More
x86_64 memory barrier on single core...


cx86-64memory-barriers

Read More
Attempting to catch memory reordering in .NET...


c#multithreadingvolatilememory-barriers

Read More
Thread.MemoryBarrier() and other memory fences capabilities in DNX Core 5.0...


c#.netmultithreadingdnxmemory-barriers

Read More
Java lock-free performance JMH...


javamultithreadingnonblockingmemory-barriersjmh

Read More
What's wrong with sequental consistency here?...


c++lock-freememory-barriers

Read More
Why is the standard C# event invocation pattern thread-safe without a memory barrier or cache invali...


c#thread-safetymemory-modelmemory-barriersmesi

Read More
Memory barriers vs. interlocked operations...


concurrencymutexlock-freememory-barriers

Read More
Is memory reordering visible to other threads on a uniprocessor?...


c++multithreadingmemory-barriers

Read More
How can I judge where should I put memory barrier in the code?...


linux-device-drivermemory-barriers

Read More
Determining the location for the usage of barriers (fences)...


memory-managementconcurrencylinux-kernelkernelmemory-barriers

Read More
How do I Understand Read Memory Barriers and Volatile...


multithreadingvolatilememory-barriers

Read More
Spin locked stack and memory barriers (C++)...


c++multithreadingc++11concurrencymemory-barriers

Read More
BackNext