Search code examples
Referencing a deleted function error for std::atomic<bool>...


c++visual-c++atomic

Read More
Initializing an atomic_flag...


catomicc11stdatomicatomicinteger

Read More
Why does GCC use mov/mfence instead of xchg to implement C11's atomic_store?...


cgccatomicmemory-barriers

Read More
How do you create a std::pair containing a std::atomic?...


c++stdatomicstd-pairstdatomic

Read More
What does it mean to perform mutex locks functions atomically?...


operating-systemlockingmutexatomic

Read More
Definition of "atomic object"...


c++clanguage-lawyeratomicdefinition

Read More
Do we need to declare a property atomic if we use GCD?...


iosobjective-cthread-safetygrand-central-dispatchatomic

Read More
Volatile variable's updated value is not visible to other threads...


javamultithreadingconcurrencyatomicvolatile

Read More
Handling Multi-State Systems Avoiding Inconsistent States...


database-designtransactionsatomicdistributed-systemidempotent

Read More
Why doesn't InterlockedCompareExchange return changed value?...


windowswinapisynchronizationatomicinterlocked

Read More
Why does atomic operation need exclusive cache access?...


c++multithreadingcpuatomic

Read More
Is assignment an atomic operation in ruby MRI?...


rubyconcurrencyatomicmri

Read More
Are atomic transactions in django on database level?...


djangodatabaseatomic

Read More
Are atomic objects protected against race conditions?...


multithreadingatomicrace-conditiondata-race

Read More
Java wait notify with shared integer object...


javamultithreadingatomic

Read More
Does writing to a region of memory from multiple threads cause contention?...


c++multithreadingmemoryoptimizationatomic

Read More
Cassandra If clause conditon from different table...


cassandraatomic

Read More
React: How to call multiple state-changing functions, in one procedure?...


javascriptreactjsatomic

Read More
Does seq_cst ordering guarantee immediate visibility?...


c++multithreadingc++11atomic

Read More
How to do an atomic increment and fetch in C?...


clinuxx86atomic

Read More
Why would 'deleting' nodes in this lock-free stack class would cause race condition?...


c++c++11concurrencyatomicrace-condition

Read More
Guaranteed Atomic Operations on POD types naturally aligned on Intel...


c++multithreadingx86atomicmemory-alignment

Read More
Will fetch_add with relaxed memory order return unique values?...


c++concurrencyatomicmemory-modelrelaxed-atomics

Read More
C++11 Lock-free sequence number generator safe?...


c++c++11thread-safetyatomiccompare-and-swap

Read More
Is ndb.put_multi atomic?...


pythonpython-2.7google-app-engineatomicapp-engine-ndb

Read More
List with atomic elements Swi-Prolog...


listprologelementatomic

Read More
Is stdin.readline() atomic in python?...


pythonmultithreadingstdinatomicpython-multithreading

Read More
Interoperabilty between C and C++ atomics...


c++catomic

Read More
Atomic action to pop num of values from redis key nodejs...


node.jsredisluaatomic

Read More
Can perl sysopen open file for atomic writes?...


linuxperlsystem-callsatomicfile-descriptor

Read More
BackNext