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
Efficient way to toggle an atomic_bool
Aug 11, 2026
c
x86
atomic
compiler-optimization
stdatomic
Changing code from Sequential Consistency to a less stringent ordering in a barrier implementation
Aug 11, 2026
c++
atomic
memory-barriers
stdatomic
barrier
Understanding sequential consistency fence in C++
Aug 10, 2026
c++
memory-barriers
stdatomic
lock free single producer multiple consumer data struct using atomic
Aug 11, 2026
c++
c++14
lock-free
stdatomic
Are seq-cst fences exactly the same as acq-rel fences in absence of seq-cst loads?
Aug 04, 2026
c++
concurrency
language-lawyer
atomic
stdatomic
Indirect & Direct initialization of std::atomic in C++11/17. What are the differences?
Jul 31, 2026
c++
c++11
c++17
std
stdatomic
Don't really get the logic of std::atomic::compare_exchange_weak and compare_exchange_strong
Jul 22, 2026
c++
multithreading
atomic
stdatomic
compare-and-swap
memory_order_relaxed and visibility
Jul 16, 2026
c++
atomic
cpu-architecture
stdatomic
Acquire-release memory order between multiple threads
Jul 15, 2026
c++
multithreading
memory-model
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
Older Entries »