Search code examples
C++11: What prevents stores from lifting past the start of a lock's critical section?...

c++c++11concurrencylanguage-lawyermemory-model

Read More
Does empty synchronized(this){} have any meaning to memory visibility between threads?...

javaconcurrencysynchronizedvolatilememory-model

Read More
Data races, UB, and counters in C++11...

c++multithreadingc++11memory-model

Read More
What is the C++03 memory model for concurrency?...

c++concurrencyc++03memory-model

Read More
pthread_create(3) and memory synchronization guarantee in SMP architectures...

cpthreadsposixcpu-cachememory-model

Read More
Does this use of release/acquire semantics contain a potential data race?...

multithreadingc++11concurrencymemory-model

Read More
What I do not understand about volatile and Memory-Barrier is...

c#multithreadingvolatilememory-barriersmemory-model

Read More
Java - happens-before relationship for monitor unlock...

javamultithreadingmemory-modeljlshappens-before

Read More
Performance vs. C++ memory model...

c++performancec++11concurrencymemory-model

Read More
What does `std::kill_dependency` do, and why would I want to use it?...

c++multithreadingmemory-modelc++11

Read More
C++ memory ordering...

c++c++11memory-model

Read More
Need help understanding Boost.Atomic Memory Model `memory_order_release` Example...

c++boostatomicmemory-model

Read More
Strange results about C++11 memory model (Relaxed ordering)...

c++c++11memory-model

Read More
Raising Events in Multi-Threaded Environment...

c#.netmultithreadingconcurrencymemory-model

Read More
Are C++11 compilers allowed to introduce additional loads of atomic variables?...

multithreadingc++11memory-model

Read More
Example for a correctly synchronized program with data races in Java memory model...

javamemory-modeljls

Read More
Do atomics in C++11 prevent compiler to re-read from shared variables?...

c++c++11atomicmemory-model

Read More
What is the scope of memory flushed or published to various threads when using volatile and synchron...

javasynchronizationmemory-modeljava-memory-model

Read More
How causal consistency is different to sequential consistency?...

javacalgorithmconcurrencymemory-model

Read More
Is Dalvik's memory model the same as Java's?...

javaandroiddalvikmemory-modeljava-memory-model

Read More
x86_64 memory reorder...

concurrencyx86-64memory-model

Read More
Release/Acquire semantics wrt std::mutex...

c++multithreadingc++11mutexmemory-model

Read More
Questions about Cuda 4.0 and unified memory model...

sdkcudagpunvidiamemory-model

Read More
What is a consume operation in the C++11 Standard?...

c++multithreadingc++11semanticsmemory-model

Read More
Memory limit for x86 microprocessors...

x86memory-model

Read More
Does exchange or compare_and_exchange reads last value in modification order?...

c++c++11atomiclock-freememory-model

Read More
Concurrent writes to different locations in the same cache line...

c++cachingconcurrencyc++11memory-model

Read More
access data segment from kernel space...

cmemory-managementlinux-kernelvirtual-memorymemory-model

Read More
c# memory model, locking, and syncronization...

c#multithreadinglockingshared-memorymemory-model

Read More
How to control a program's default stack settings in BSD or Linux?...

linuxstackfreebsdmemory-model

Read More
BackNext