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
Does this transitive happens-before use case need sequential consistency or will acquire/release suffice?
Oct 24, 2025
c++
c++11
stdatomic
memory-model
happens-before
Why is acquire semantics only for reads, not writes? How can an LL/SC acquire CAS take a lock without the store reordering with the critical section?
Oct 24, 2025
assembly
cpu-architecture
stdatomic
compare-and-swap
spinlock
Release-Consume ordering for reference counting
Oct 23, 2025
c++
multithreading
reference-counting
memory-model
stdatomic
Implementing 64 bit atomic counter with 32 bit atomics
Oct 23, 2025
c++
c++11
stdatomic
lockless
seqlock
atomic compare and conditionally subtract if less
Oct 22, 2025
c++
x86
atomic
stdatomic
Why do left operands of logical AND/OR not carry dependency to the parent evaluation?
Oct 20, 2025
c++
atomic
lock-free
stdatomic
carries-dependency
What exactly is Synchronize-With relationship?
Oct 18, 2025
c++
multithreading
memory-barriers
stdatomic
memory-model
Does C++ `memory_order_seq_cst` guarantee load of other variables in the current thread?
Oct 17, 2025
c++
multithreading
c++20
memory-barriers
stdatomic
Can't compile libpd with emmake (Emscripten SDK)
Oct 18, 2025
llvm-clang
emscripten
webassembly
stdatomic
libpd
What is the right std::atomic memory order for dynamic scheduling?
Oct 18, 2025
c++
multithreading
atomic
stdatomic
C11 memory model -- two threads execute atomic_fetch_add followed by atomic_load -- what output is possible?
Oct 17, 2025
c
multithreading
language-lawyer
atomic
stdatomic
Is there a way to have a version of std::atomic's compare_exchange_strong method that exchanges on inequality?
Sep 20, 2025
c++
atomic
stdatomic
compare-and-swap
g++ std::variant seems can't support user class with std::atomic/std::mutex variable member (with detail/code)
Sep 19, 2025
c++
c++17
stdatomic
std-variant
C++20 std::atomic<float>- std::atomic<double>.specializations
Sep 16, 2025
c++
multithreading
floating-point
memory-model
stdatomic
Why does the thread sanitizer complain about acquire/release thread fences?
Sep 14, 2025
c++
atomic
memory-barriers
stdatomic
thread-sanitizer
What are the correct memory orders to use when inserting a node at the beginning of a lock free singly linked list?
Sep 08, 2025
c++
c++17
lock-free
memory-barriers
stdatomic
`is_always_lock_free` gives `true` but `is_lock_free()` gives `false` on macOS, why?
Sep 08, 2025
c++
macos
clang
lock-free
stdatomic
In C++, is there any effective difference between a acquire/release atomic access and a relaxed access combined with a fence?
Mar 12, 2023
c++
multithreading
memory-barriers
memory-model
stdatomic
Red Hat: using <atomic> compiles fine but linker can't find __atomic_store_16; what library?
Sep 05, 2025
c++
gcc
linker-errors
redhat
stdatomic
« Newer Entries
Older Entries »