Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

Non-database application transactions

Why don't standard libraries implement std::atomic for structs under 8 bytes in a lock-free manner?

Why and when to use AtomicIntegerFieldUpdater?

java concurrency atomic

Why is an acquire barrier needed before deleting the data in an atomically reference counted smart pointer?

under what conditions are pipe reads atomic?

c posix pipe atomic

How does C17 want me to initialize my atomics?

c atomic c17

Are volatile reads and writes atomic on Windows+VisualC?

Is cv::Mat thread-safe (atomic assignment + refcounting)?

Why don't std::atomic<integral> specializations provide multiplication and division assignment operators?

Which HDFS operations are atomic?

hadoop hdfs atomic mv

Does atomic variables guarantee memory visibility?

Atomic file copy under .NET

Is the meaning of "lock-free" even defined by the C++ standard?

why is std::shared_ptr using atomic cpu operations

c++ c++11 shared-ptr atomic

MySQL command line and transactions

Why doesn't this code demonstrate the non-atomicity of reads/writes?

Equivalent of InterlockedExchangeAdd for Linux using Delphi 10.2)

linux delphi atomic

Atomic pointers in c++ and passing objects between threads

How does C# guarantee the atomicity of read/write operations?

c# atomic

compare-and-swap atomic operation vs Load-link/store-conditional operation