Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

How to implement thread safe reference counting in C++

Are increment operators in Go atomic on x86?

Do atomic operations become slower as more CPUs are added?

Atomic swap in GNU C++

c++ g++ atomic atomic-swap

Is std::atomic_compare_exchange_weak thread-unsafe by design?

c++ c++11 atomic

Atomic operations on `unique_ptr`

Difference between getAndSet and compareAndSet in AtomicBoolean

Why is reference assignment atomic in Java?

Is volatile int in C as good as std::atomic<int> of C++0x?

c c++11 atomic volatile

Is the "switch" statement evaluation thread-safe?

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++?