Search code examples
Does inline asm access to shared variables count as a data race in C++11?...


c++c++11x86atomiclock-free

Read More
ROCR library prediction function error...


atomicpredictionroc

Read More
const fns are an unstable feature when using AtomicUsize::new...


compiler-errorsrustatomic

Read More
Do atomics in Java guarantee ordering or only uniqueness?...


javaconcurrencyatomicjava.util.concurrentjava-memory-model

Read More
How to atomic increment a global counter in OpenCL...


openclglobalatomicpyopencl

Read More
Node.js - Scaling with Redis atomic updates...


node.jstransactionsredisatomic

Read More
Are "atomic" and "synchronous" synonyms in programming?...


javaasynchronousatomicsynchronous

Read More
What is the easiest way to provide an undetermined-lifespan bool to share between threads?...


c++multithreadingsynchronizationshared-ptratomic

Read More
Usage of an atomic variable within threads...


c++multithreadingatomicstdatomic

Read More
Is it possible to store pointers in shared memory without using offsets?...


multithreadingatomicshared-memoryrace-conditionmmap

Read More
Implementing an atomic queue in QT5...


c++multithreadingqt5atomic

Read More
How Atomic are Mysql Transactions given multiple connections?...


phpmysqltransactionsdatabase-connectionatomic

Read More
atomicMax + AtomicCAS(atomicExch)...


cudaatomic

Read More
Can std::atomic cancel out increments with decrements?...


c++multithreadingc++11atomiccompiler-optimization

Read More
Apache Ignite: Cache item lock usage...


thread-safetylockingatomicignite

Read More
Is a write to variable on a single core CPU atomic?...


c++multithreadingatomic

Read More
CUDA: How to atomically execute these instructions (4 addresses)...


c++cudaatomic

Read More
Why is it possible to update atomic variables concurrently without race condition in Java?...


javamultithreadingatomic

Read More
In java, when variables such as Long, long, Double ,double are autoboxing or unboxing, is reading or...


javamultithreadingatomicjlsjava-memory-model

Read More
Sequel (Ruby), how to increment and use a DB counter in a safe way?...


rubyatomicsequel

Read More
Manual depth rendering: Random results despite using atomic operations...


openglgraphicsatomicdepth-buffercompute-shader

Read More
alternative to std::atomic_store(shared_ptr) for GCC <= 4.9?...


c++gccshared-ptratomic

Read More
Preventing application from being closed when a file is open in Python...


pythonfileatomic

Read More
atomic write/read of a file in nodejs...


node.jssaveloadatomic

Read More
Atomically figuring out if a handler has subscribers...


c#atomic

Read More
Could Java thread.start be reordered?...


javamultithreadingconcurrencyatomic

Read More
Atomic addition operations vs multiple variables with multithreading (in C)...


catomic

Read More
Is there a way to ensure atomicity while having a multithreaded program with signal handlers?...


csignalsposixmutexatomic

Read More
Atomic access to non-atomic memory location in C++11 and OpenMP?...


c++openmpatomicnonatomic

Read More
What is wrong with this emulation of CMPXCHG16B instruction?...


multithreadingassemblyx86thread-safetyatomic

Read More
BackNext