Search code examples
Understanding c++11 memory fences...


c++c++11atomic

Read More
What is the cost of atomic operations?...


performanceatomiccpu-architecturelock-free

Read More
Lock-free thread safe lazy manual initialization of singleton in modern C++...


c++multithreadingc++20atomicmemory-barriers

Read More
C++ decrementing an element of a single-byte (volatile) array is not atomic! WHY? (Also: how do I fo...


c++arduinointerruptatomicavr

Read More
Memory ordering with multiple releases and a single acquire...


c++multithreadingatomicmemory-barriers

Read More
Java AtomincInteger vs one element array for streams...


javaintegerjava-streamatomic

Read More
Is BOOL read/write atomic in Objective C?...


objective-catomicboolean

Read More
Is lock acquiring function atomic?...


multithreadingcpu-architectureatomic

Read More
std::atomic<int> vs. an aligned-to-native-word int varible, which is better?...


c++performancec++11atomiclock-free

Read More
Is std::atomic<std::weak_ptr<>>::compare_exchange_* guaranteed to work if the underlying...


c++multithreadingatomiccompare-and-swapweak-ptr

Read More
Can std::atomic::wait be used to replace the mutex?...


c++multithreadingsynchronizationmutexatomic

Read More
A strange thing about vector<atomic<bool>> under multi-thread circumstance in C++...


c++multithreadingatomic

Read More
What are the various ways to disable and re-enable interrupts in STM32 microcontrollers in order to ...


cstm32atomicinterruptisr

Read More
Don't really get the logic of std::atomic::compare_exchange_weak and compare_exchange_strong...


c++multithreadingatomicstdatomiccompare-and-swap

Read More
Are C/C++ fundamental types atomic?...


c++cmultithreadingthread-safetyatomic

Read More
Can atomic.Value store a zero interface{}?...


gogenericsinterfaceatomic

Read More
dynamic atomic change in Mongodb, avoiding race conditions...


mongodbatomic

Read More
Deadlock on condition variable Example...


c++multithreadingatomicdeadlock

Read More
Using std::condition_variable with custom (spin) mutex?...


c++multithreadingmutexatomiccondition-variable

Read More
Minimal example of C++ concurrency bug due to one thread loading the value at thread startup...


c++multithreadingconcurrencyatomic

Read More
Atomic increment does not work as expected in interrupt...


c++multithreadingembeddedatomic

Read More
Is iinc atomic in Java?...


javajvmatomic

Read More
Why is memory_order given as a runtime argument to std::atomic functions...


c++c++11atomicstdatomicmemory-model

Read More
Memory Barrier Vs CAS...


javacpu-architectureatomicmemory-barrierscompare-and-swap

Read More
Single bit manipulations with guaranteed atomicity...


c++multithreadingbit-manipulationatomic

Read More
Moving a directory atomically...


linuxbashfilesystemsatomicfile-rename

Read More
What do each memory_order mean?...


c++c++11thread-safetyatomicmemory-model

Read More
Questions on atomic_add function of arch/arm64/include/asm/atomic.h...


linux-kernelembedded-linuxatomicinline-assemblyarm64

Read More
What can be inferred according to the result of atomic operations?...


c++language-lawyeratomic

Read More
How can atomicModifyIORef cause leaks? And why does atomicModifyIORef' solve the problem?...


haskellmemory-leaksfunctional-programmingatomicioref

Read More
BackNext