Newbetuts
.
New posts in atomic
Can a bool read/write operation be not atomic on x86? [duplicate]
c++
x86
boolean
atomic
Which is more efficient, basic mutex lock or atomic integer?
multithreading
operating-system
pthreads
mutex
atomic
How can I implement a custom atomic function involving several variables?
cuda
atomic
gpu-atomics
ptxas
atomic operation cost
performance
atomic
cpu-architecture
lock-free
Understanding std::atomic::compare_exchange_weak() in C++11
c++
multithreading
c++11
atomic
Mixing C++11 atomics and OpenMP
c++
multithreading
c++11
openmp
atomic
When do I really need to use atomic<bool> instead of bool? [duplicate]
c++
c++11
atomic
stdatomic
Where is the lock for a std::atomic?
c++
c++11
x86
atomic
stdatomic
What is the difference between atomic and critical in OpenMP?
openmp
atomic
critical-section
Atomic UPSERT in SQL Server 2005
sql-server
sql-server-2005
atomic
upsert
AtomicInteger lazySet vs. set
java
concurrency
atomic
Does the Intel Memory Model make SFENCE and LFENCE redundant?
assembly
optimization
x86
atomic
memory-barriers
Is x86 CMPXCHG atomic, if so why does it need LOCK?
concurrency
x86
atomic
lock-free
compare-and-swap
Atomicity on x86
c++
multithreading
x86
atomic
memory-barriers
Is the != check thread safe?
java
multithreading
thread-safety
atomic
race-condition
reference assignment is atomic so why is Interlocked.Exchange(ref Object, Object) needed?
c#
multithreading
atomic
volatility
What is atomicity in dbms
sql
database
atomic
database-normalization
What operations are atomic in C#?
c#
.net
multithreading
atomic
What operations in Java are considered atomic?
java
multithreading
atomic
Is file append atomic in UNIX?
unix
file-io
posix
atomic
Prev
Next