Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

Thread-safe Settings

python - ensure script is activated only once

python python-2.7 atomic

Initializing an atomic flag in a malloc'd structure

c struct atomic freebsd c11

Why do both free and member functions exist for compare and swap operations?

C++ 11 can you safely pass and access std::atomics by reference in different threads

Does modification order contribute to happens-before relationship?

HBase RowMutations to replace all columns of a row

hbase atomic

How do I prevent duplicate voting while incrementing the vote count on Firebase?

Is memory ordering in C++11 about main memory flush ordering?

__sync_val_compare_and_swap vs __sync_bool_compare_and_swap

c++ c gcc atomic built-in

AtomicReference to array and array element changes visibility

c++ atomic: would function call act as memory barrier?

c++ atomic memory-barriers

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