Search code examples
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
Events and multithreading once again...


c#.netmultithreadinglanguage-lawyermemory-model

Read More
Does Delphi have any equivalent to C's volatile variable?...


cmultithreadingdelphivolatilememory-model

Read More
Java memory model : compiler rearranging code lines...


javamemorymemory-model

Read More
JMM and Undesirable use of trylock...


javac++concurrencymemory-modeljava-memory-model

Read More
volatile and multithreading on platform with strong memory models...


c++multithreadingvolatilememory-model

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


cc11memory-modelmemory-barriersmemory-fences

Read More
Memory models for strings in Java when one reference variable gets passed in the new Object...


javastringmemory-model

Read More
In C/C++, are volatile variables guaranteed to have eventually consistent semantics betwen threads?...


c++cmultithreadingportabilitymemory-model

Read More
BackNext