Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

Is SetEvent atomic?

Is there a way to reuse std::atomic on a given int32_t?

Transaction-Style HTTP requests

sql http transactions atomic

Is memory fence and memory barrier same?

c++ rust atomic processor

What is the most efficient way to coordinate between threads about which threads are free?

primitive datatypes are atomic in java [duplicate]

java race-condition atomic

Operations on byte are atomic in C++11?

multithreading c++11 atomic

Can two stores be reordered in such singleton implementation?

Synchronizing global reference-counted resource with atomics -- is relaxed appropriate here?

InterlockedExchange vs InterlockedCompareExchange spin locks

c++ multithreading atomic

Why does std::atomic<T>::operator= should return a value instead of reference?

c++ concurrency atomic

Issue with std::atomic and custom structs

c++ struct atomic stdatomic

Why does memory_order_relaxed and memory_order_seq_cst make no difference?

c++ concurrency c++11 atomic

How to set CUDA floating-point rounding mode for atomics?

floating-point cuda atomic

Does it make sense to use a relaxed load followed by a conditional fence, if I don't always need acquire semantics?

Why are unnecessary atomic loads not optimized away?

C++ undefined reference to `__atomic_load_16'

c++ gcc atomic

Optimizations around atomic load stores in C++