Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stdatomic
8/16-bit atomics on 32/64-bit processors
Jul 10, 2026
c++
atomic
cpu-architecture
stdatomic
memory-model
What's the point of std::atomic for types that the CPU can't atomically manipulate?
Jul 06, 2026
c++
multithreading
mutex
lock-free
stdatomic
Is there any effect on the operations with the variables independent of consume atomic-load?
Jul 03, 2026
c++
multithreading
c++11
concurrency
stdatomic
Confusing orderings in C++ with memory_order_acq_rel vs memory_order_seq_cst
Jun 29, 2026
c++
multithreading
c++20
memory-barriers
stdatomic
How to access the value of a std::atomic<int> as non-atomic
Jun 27, 2026
c++
atomic
stdatomic
Valgrind (Helgrind) is showing data race with atomic
Jun 17, 2026
c++
multithreading
valgrind
stdatomic
What does std::atomic::is_always_lock_free = true really mean?
Jun 17, 2026
c++
c++11
lock-free
stdatomic
Does statement re-ordering apply to conditional/control statements?
Jun 17, 2026
c++
multithreading
memory-barriers
memory-model
stdatomic
Are memory orders for each atomic correct in this lock-free SPSC ring buffer queue?
May 26, 2026
c++
multithreading
memory-barriers
lock-free
stdatomic
Issue using std::atomic_flag with worker thread
May 25, 2026
c++
multithreading
c++11
stdatomic
How is atomic_flag implemented?
May 22, 2026
c++
arm
x86-64
atomic
stdatomic
Are 2 consecutive statements sequenced-before each other?
May 17, 2026
c
multithreading
assembly
x86
stdatomic
atomic<T>.load() with std::memory_order_release
May 13, 2026
c++
multithreading
c++11
memory-model
stdatomic
Synchronizing global reference-counted resource with atomics -- is relaxed appropriate here?
May 09, 2026
c++
multithreading
c++11
atomic
stdatomic
Issue with std::atomic and custom structs
May 07, 2026
c++
struct
atomic
stdatomic
The strong-ness of x86 store instruction wrt. SC-DRF?
Apr 19, 2026
c++
cpu-architecture
memory-barriers
stdatomic
memory-model
How do atomics larger than the CPU's native support work
Apr 11, 2026
c++
c++11
stdatomic
Older Entries »