Search code examples
Enforce concurrent modification of a variable (C++)...


c++multithreadingatomicgoogletest

Read More
C++ Can an atomic variable be declared inside a structure to protect those members?...


c++windowsmultithreadingatomic

Read More
Happens before between threads and atomic variable...


javaconcurrencyatomicvolatilejava.util.concurrent

Read More
Atomic counter for critical section not using atomic bandwidth according to profiler...


cudaatomic

Read More
Does compare_exchange based loop benefit from pause?...


c++c++11x86atomiccompare-and-swap

Read More
Atomic operations on shared_ptr...


c++multithreadingatomic

Read More
C/C++: relaxed std::atomic<bool> vs unlocked bool on X64 architecture...


c++performancesynchronizationx86-64atomic

Read More
if parent and child processes append to same file, do lseek() and write() need to be atomic?...


unixforkatomiclseek

Read More
ConcurrentHashMap atomic operation to remove all entries except one...


javaconcurrencyatomicconcurrenthashmap

Read More
Mongoose: atomic FindOne-Or-Insert(), do not update existing instance if found...


mongodbmongooseatomic

Read More
Difference between getAndSet and compareAndSet in AtomicBoolean...


javasynchronizationatomicatomicboolean

Read More
How to perform double buffering with atomic pointers?...


c++multithreadingatomic

Read More
Atomic naming for Atomic classes in java concurrent package...


javaconcurrencyatomic

Read More
Ring buffer with atomic indexes...


c++atomiccircular-buffercompare-and-swap

Read More
Qt atomic int get and immediately set...


c++qtatomic

Read More
Atomic Design in Odoo with QWeb templates...


atomicodoo-11odoo-view

Read More
Are reads/writes of 64-bit values atomic on a 64-bit cpu?...


c#.netatomic32bit-64bit

Read More
Why does invoking a method to a null Atomic class does not produce exception?...


javaconcurrencyatomic

Read More
How compare_exchange C++ function determines race conditions?...


c++multithreadingx86-64atomiccompare-and-swap

Read More
Why is the expected parameter to std::atomic::compare_exchange_xxx() not const &?...


c++c++11stdatomic

Read More
AtomicLong does not pass accurately between threads...


javaconcurrencystaticatomicprintln

Read More
How to visualize Atomicity in Cassandra?...


cassandranosqlcassandra-3.0atomic

Read More
When Exactly Should Atomicity be used? When is it Really Useful?...


javaatomic

Read More
RFO counts for Atomic Add Operations and Cacheline Locking on Intel CPUs?...


x86shared-memorycpu-architectureperfatomic

Read More
Methods for tracking changes when making realtime updates to a webpage...


javascriptphpmysqlatomiceventsource

Read More
AtomicReference vs AtomicReferenceFieldUpdater, what's a purpose of AtomicReferenceFieldUpdater?...


javamultithreadingreflectionreferenceatomic

Read More
what does Compare compare at CompareAndSwap at AtomicInteger.incrementAndGet()?...


javaconcurrencyatomiccompare-and-swap

Read More
Custom type in std::atomic...


c++constructoratomiccopy-constructorstdatomic

Read More
How is LongAccumulator implemented, so that it is more efficient?...


javaconcurrencyatomicjava-8

Read More
Read and write file atomically...


rubyatomic

Read More
BackNext