Search code examples
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
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
Why is reference assignment atomic in Java?...

javascalaconcurrencyjvmatomic

Read More
memory order with multiple stores...

c++atomicmemory-barrierslock-free

Read More
EJB transactions behaving differently on Wildfly 8 between Windows and Linux deployments...

linuxjakarta-eeejbatomicwildfly-8

Read More
Pausing threads for synchronized operation...

c++multithreadingatomicbarrier

Read More
Why std::mutex of c++11 has no memory order?...

c++mutexatomicmemory-barriersstdmutex

Read More
How can I implement a custom atomic function involving several variables?...

cudaatomicgpu-atomicsptxas

Read More
What operations in Java are considered atomic?...

javamultithreadingatomic

Read More
BackNext