Search code examples
Atomic operations with double, OpenCL...


doubleopenclatomic

Read More
atomicAdd() for double on GPU...


cudaatomic

Read More
Race condition while using Atomic Integer...


javamultithreadingatomic

Read More
what's the purpose of compiler barrier?...


c++multithreadingconcurrencyatomicmemory-barriers

Read More
Using these atomic operations with memory order relaxed and rel/acq as shown, does this C++ snippet ...


c++c++11atomicmemory-modelcompare-and-swap

Read More
Why is compare-and-swap (CAS) algorithm a good choice for lock-free synchronization?...


multithreadingalgorithmconcurrencylanguage-agnosticatomic

Read More
Synchronization across threads / atomic checks?...


c#.netmultithreadingsynchronizationatomic

Read More
UNIX Portable Atomic Operations...


cconcurrencyposixatomic

Read More
Vavr Set field should be volatile, atomic or declared other way?...


javaatomicvolatilevavr

Read More
HBase RowMutations to replace all columns of a row...


hbaseatomic

Read More
Thread synchronization problem with c++ std::atomic variables...


c++11atomic

Read More
Are there any implicit memory barriers in C++...


c++c++11atomicmemory-model

Read More
Writing uint32 to uint64 is not atomic. Why?...


x86atomic

Read More
executing block of code atomically...


javathread-safetyatomic

Read More
Why can the MESI protocol not guarantee atomicity of CMPXCHG on x86 without the LOCK prefix?...


x86atomiccpu-architecturecompare-and-swapmesi

Read More
Does modification order contribute to happens-before relationship?...


c++multithreadingc++11atomichappens-before

Read More
C++ member update visibility inside a critical section when not atomic...


c++multithreadingatomic

Read More
Is there any functional difference between AtomicInteger.updateAndGet() and AtomicInteger.accumulate...


javalambdajava-8atomicatomicinteger

Read More
OpenMP and #pragma omp atomic...


c++parallel-processingopenmpatomic

Read More
If write operation happens during exclusive cache access why is there data race?...


cpux86-64atomicinstructionsmesi

Read More
Does the C++ 11 standard guarantees that std::atomic<> is implemented as a lock-free operation...


c++multithreadingc++11atomic

Read More
Atomic website update with Git...


gitatomicweb-deployment

Read More
Atomic consistency...


atomicconsistencynosql

Read More
Atomic `ln -sf` in python (symlink overwriting exsting file)...


pythonatomicsymlink

Read More
How can I do atomic selection using multiple queries in psql?...


sqlpostgresqlconcurrencyatomic

Read More
Performance of std::mutex and QMutex in MinGW 64 (posix thread version)...


qtc++11stlmutexatomic

Read More
in-class initialization of atomic...


c++atomicin-class-initialization

Read More
Is rename() atomic?...


linuxfile-renameatomicvfs

Read More
Is this use of golangs atomic package correct?...


goatomic

Read More
Is access by reference to a lazily initialized non-volatile String thread-safe?...


javaconcurrencythread-safetyatomic

Read More
BackNext