Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

Is std::atomic redundant if you have to check for overflow or act conditionally?

C++11 equivalent of Windows SRWLock

multithreading c++11 atomic

mpi atomic read/modify/write

atomic mpi

When to use a mutex and when not

Reproduce torn reads of decimal in C#

Do we ever need memory barriers with C++ atomics on Intel x86?

Is bash > redirection atomic?

Atomic async/await calls - is it possible to not execute first if second fails?

Lock-free "decrement if not zero"

atomic compare and conditionally subtract if less

c++ x86 atomic stdatomic

How to atomic increment a global counter in OpenCL

opencl global atomic pyopencl

Atomically copy a bit (or bits) into an integer

Do we need a memory acquire barrier when loading a pointer from memory?

Why does std::atomic_compare_exchange update the expected value?

Race condition and atomic operations in Julia and other languages

multithreading julia atomic

Why do left operands of logical AND/OR not carry dependency to the parent evaluation?

Correct usage of volatile with std::atomic_ref<T>

Multiple unsequenced modifications following argument evaluation - defined or undefined behavior?