Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

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

C++11 memory_order_acquire and memory_order_release semantics?

Why isn't atomic double fully implemented

UNIX Portable Atomic Operations

c concurrency posix atomic

Use cases for updateOne over findOneAndUpdate in MongoDB [duplicate]

database mongodb atomic

AtomicInteger and volatile [duplicate]

Initialize static atomic member variable

c++ c++11 constants atomic

C++ std::atomic vs. Boost atomic

c++ multithreading atomic

Reliability of atomic counters in DynamoDB

Atomicity on x86

Can atomics suffer spurious stores?