Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

Atomic Integer lazySet performance gains

Is my Double-Checked Locking Pattern implementation right?

OpenMP atomic and non-atomic reads/writes produce the same instructions on x86_64

Is it possible to adapt this lock-free 32-bit hash-table algorithm for 64-bit keys?

C++ port of AtomicLong.lazySet

java c++ atomic

C++ atomics and cross-thread visibility

Cortex M - Atomicity of IRQ disabling

assembly arm cortex-m atomic

GCCs atomic builtins - Which processors are supported

c++ gcc atomic

atomic swap with CAS (using gcc sync builtins)

select the rows affected by an update

sql mysql atomic

How does one atomically replace a directory with another one in Java?

java file atomic directory

CUDA: Atomic operations on unsigned chars

cuda atomic

Django atomic increase with initial value

Does atomic_cmpxchg() imply memory barriers?

What is the purpose of standard-layout guarantees for "black box" types?

is_lock_free() returned false after upgrading to MacPorts gcc 7.3

c++ gcc atomic lock-free gcc7