Newbetuts
.
New posts in stdatomic
Acquire/release semantics with 4 threads
c++
multithreading
memory-barriers
memory-model
stdatomic
How do memory_order_seq_cst and memory_order_acq_rel differ?
c++
c++11
memory-model
stdatomic
Acquire/Release versus Sequentially Consistent memory order
c++
concurrency
atomic
stdatomic
memory-model
Does std::atomic<std::string> work appropriately?
c++
atomic
stdstring
stdatomic
C++ How is release-and-acquire achieved on x86 only using MOV?
c++
x86
memory-barriers
memory-model
stdatomic
Why don't compilers merge redundant std::atomic writes?
c++
multithreading
c++11
compiler-optimization
stdatomic
Why does a std::atomic store with sequential consistency use XCHG?
c++
assembly
x86
lock-free
stdatomic
Acquire/release semantics with non-temporal stores on x64
c++
multithreading
x86-64
lock-free
stdatomic
What does the [[carries_dependency]] attribute mean?
c++
multithreading
memory-model
stdatomic
carries-dependency
c++, std::atomic, what is std::memory_order and how to use them?
c++
multithreading
atomic
memory-model
stdatomic
Implementing 64 bit atomic counter with 32 bit atomics
c++
c++11
stdatomic
lockless
seqlock
When do I really need to use atomic<bool> instead of bool? [duplicate]
c++
c++11
atomic
stdatomic
Where is the lock for a std::atomic?
c++
c++11
x86
atomic
stdatomic
Atomic double floating point or SSE/AVX vector load/store on x86_64
c++
assembly
vectorization
x86-64
stdatomic
Prev