Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

What does the Atomics object do in JavaScript?

javascript atomic

Error with copy constructor/assignment operator for a class which has std::atomic member variable

should LOCK_EX on both read & write be atomic?

php locking blocking atomic

How can I create an atomic enum in C++?

c++ c++11 enums atomic

How do I atomically swap 2 ints in C#?

c# .net atomic

Memory model ordering and visibility?

gcc atomic built-in functions

c gcc atomic

What is the difference between std::shared_ptr and std::experimental::atomic_shared_ptr?

Haskell: How does 'atomicModifyIORef' work?

Is it possible to create an atomic vector or array in C++?

When are lock free data structures less performant than mutual exclusion (mutexes)?

Can volatile but unfenced reads yield indefinitely stale values? (on real hardware)

Relative performance of swap vs compare-and-swap locks on x86

c assembly locking x86 atomic

If volatile is useless for threading, why do atomic operations require pointers to volatile data?

c atomic volatile

Why is there no overload of Interlocked.Add that accepts Doubles as parameters?

Should std::atomic be volatile?

c++ c++11 atomic volatile

Lock-free Reference counting and C++ smart pointers

What is the difference between using explicit fences and std::atomic?

c++ c++11 atomic memory-fences

what is "failure atomicity" used by J bloch and how its beneficial in terms of immutable object?

Does Django Atomic Transaction lock the database?

django database locking atomic