Search code examples
Reordering and memory_order_relaxed...

c++multithreadingc++11atomicmemory-model

Read More
Registers in C#...

c#clrcpu-registersmemory-model

Read More
Are CPU caches flushed to memory during I/O?...

cachingx86memory-model

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
Does this example contain a data race?...

cmultithreadingc++11java-memory-modelmemory-model

Read More
C++ memory model - does this example contain a data race?...

c++c++11memory-model

Read More
java - what does synchronized really do according the java memory model?...

javaconcurrencysynchronizedmemory-model

Read More
Is the example in the membarrier man page pointless in x86?...

linuxx86memory-barriersmemory-model

Read More
Does std::atomic provide atomic behavior, regardless of ordering?...

c++concurrencymemory-modelstdatomic

Read More
relaxed ordering of c++11 memory model...

c++11memory-model

Read More
How do I make a strided copy from global to local memory?...

memoryopenclgpgpumemory-modelstride

Read More
.NET multithreading, volatile and memory model...

c#.netvolatilememory-model

Read More
Why is (or isn't) setting fields in a constructor thread-safe?...

c#multithreadingvolatilememory-model

Read More
In the context of C++ and Java memory models, is there a unique legal/valid execution for a single t...

javac++multithreadingjava-memory-modelmemory-model

Read More
Thread.VolatileRead Implementation...

c#multithreadingmemory-model

Read More
Why can't a load bypass a value written by another thread on the same core from a write buffer?...

memorycpucpu-architectureinstructionsmemory-model

Read More
What's the difference between atomic.store and atomic_thread_fence?...

c++multithreadingmemory-model

Read More
One-shot OnFocusChangeListener for an EditText on Android...

javaandroidmemory-model

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

c11memory-modelmemory-fences

Read More
Does the use of an anonymous pipe introduce a memory barrier for interthread communication?...

c++windowsposixmemory-model

Read More
What's are practical example where acquire release memory order differs from sequential consiste...

c++multithreadingc++11atomicmemory-model

Read More
Manual synchronization in OpenMP while loop...

copenmpatomicrace-conditionmemory-model

Read More
Does a new thread have full memory-visibility of all other threads' previous actions on shared o...

javamultithreadingconcurrencythread-safetymemory-model

Read More
Why is there a distinct "inter-thread happens before" relation defined in ISO/IEC 14882:20...

c++multithreadingc++11memory-model

Read More
Memory Model: preventing store-release and load-acquire reordering...

c#.netperformancevolatilememory-model

Read More
When can I guarantee value changed on one thread is visible to other threads?...

c#.netmultithreadingmemory-modelmemory-barriers

Read More
Java concurrent access to field, trick to not use volatile...

javaconcurrencysynchronizedmemory-modeljava-memory-model

Read More
Atomic values modification in relaxed order...

c++multithreadingc++11memory-modelstdatomic

Read More
Effect of memory ordering instructions on x86/x86_64 multiple sockets...

cachingmultiprocessingx86-64memory-model

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

javamultithreadingconcurrencymemory-barriersmemory-model

Read More
BackNext