Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atomic

Do I need std::atomic<bool> or is POD bool good enough?

How to understand RELAXED ORDERING in std::memory_order (C++)

c++ atomic memory-model

c++, c++11, std::atomic member functions

c++ c++11 atomic

Django: lock particular rows in table

database django locking atomic

Concurrency Primitives in Scala

scala concurrency akka atomic

Guarantee function call in logical AND expression [duplicate]

c++ atomic stdatomic

List of Delphi data types with 'thread-safe' read/write operations?

delphi thread-safety atomic

Is iinc atomic in Java?

java jvm atomic

Why is AtomicInteger needed if writes and reads to int variables are atomic?

Can std::atomic be safely used with OpenMP

Is 'update tokens set tokens = tokens + 1' atomic in InnoDB?

Why does GCC use mov/mfence instead of xchg to implement C11's atomic_store?

c gcc atomic memory-barriers

Atomic AddOrUpdate for a C# Dictionary

c# dictionary atomic

What is the C++11 atomic API equivalent to ```__asm__ volatile("" ::: "memory")```

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