Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

Real-world example where std::atomic::compare_exchange used with two memory_order parameters

c++ multithreading atomic

Atomically clearing lowest non-zero bit of an unsigned integer

c++ x86 arm x86-64 atomic

Lock free single producer/single consumer circular buffer

Why can the MESI protocol not guarantee atomicity of CMPXCHG on x86 without the LOCK prefix?

Is reading a 64-bit atomic value safe on 64-bit platforms if I write/swap using OS atomic functions with barrier?

What does AtomicReference.compareAndSet() use for determination?

java concurrency atomic

Can competing atomic operations starve one another?

Java volatile and side-effects

How does incrementAndGet method of AtomicLong works internally?

Lock-free data structures in C++ = just use atomics and memory-ordering?

Atomicity, Volatility and Thread Safety in Windows

C++11 Atomic memory order with non-atomic variables

Can and does the compiler optimize out two atomic loads? [duplicate]

Django: object creation in atomic transaction

django transactions atomic

Is Redis atomic when multiple clients attempt to read/write an item at the same time?

DMB instructions in an interrupt-safe FIFO

c gcc assembly c11 atomic

GLSL: about coherent qualifier

std::atomic support in g++ 4.4.3

c++11 g++ atomic

java - write two files atomically

java file transactions io atomic

AtomicLong operations