Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Memory Model
C++ How is release-and-acquire achieved on x86 only using MOV?
Apr 17, 2021
Does C have an equivalent of std::less from C++?
Apr 17, 2021
Do the release-acquire visibility guarantees of std::mutex apply to only the critical section?
Apr 17, 2021
Is atomic_thread_fence(memory_order_release) different from using memory_order_acq_rel?
Apr 17, 2021
How std::memory_order_seq_cst works
Apr 17, 2021
Acquire/release semantics with 4 threads
Apr 17, 2021
Can modern x86 hardware not store a single byte to memory?
Apr 17, 2021
C++ standard: can relaxed atomic stores be lifted above a mutex lock?
Apr 17, 2021
fetch_add with acq_rel memory order
Apr 17, 2021
reordering atomic operations in C++
Apr 17, 2021
Older Entries »