Newbetuts
.
New posts in atomic
Why does this spinlock require memory_order_acquire_release instead of just acquire?
c++
multithreading
mutex
atomic
spinlock
What exactly is std::atomic?
c++
multithreading
c++11
atomic
How to implement atomic transaction in mysql?
mysql
atomic
Practical uses for AtomicInteger
java
concurrency
atomic
use atomic operations on the PCIe host/device shared memory?
c
linux
atomic
shared-memory
pci-e
What does "atomic" mean in programming?
java
atomic
What is the difference between atomic / volatile / synchronized?
java
multithreading
synchronization
atomic
volatile
On x86-64, is the “movnti” or "movntdq" instruction atomic when system crash?
x86-64
atomic
cpu-architecture
sse
persistent-memory
What is thread synchronization and how does it differ form atomicity?
multithreading
atomic
thread-synchronization
memory-model
How does a compare and swap loop achieve atomicity?
multithreading
atomic
compare-and-swap
Can num++ be atomic for 'int num'?
c++
c
multithreading
assembly
atomic
When to use volatile with multi threading?
c++
multithreading
concurrency
atomic
volatile
SSE instructions: which CPUs can do atomic 16B memory operations?
concurrency
x86
thread-safety
atomic
sse
What's the difference between the atomic and nonatomic attributes?
ios
objective-c
properties
atomic
nonatomic
Prev