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 memory-barriers
Visibility of atomic operations with seq-cst fences in C++20
Oct 25, 2025
c++
language-lawyer
memory-barriers
stdatomic
memory-model
Java volatile memory ordering and its compilation on x86-64
Oct 25, 2025
java
x86-64
volatile
memory-barriers
java-memory-model
Do we need a memory acquire barrier when loading a pointer from memory?
Oct 19, 2025
c
assembly
atomic
memory-barriers
How to build a barrier by rust asm?
Oct 19, 2025
rust
inline-assembly
memory-barriers
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
std::condition_variable memory writes visibility
Oct 17, 2025
c++
multithreading
synchronization
atomic
memory-barriers
Need clarification about Thread.MemoryBarrier() [duplicate]
Oct 16, 2025
c#
multithreading
memory-barriers
Memory Barriers: a Hardware View for Software Hackers Example 3
Oct 13, 2025
memory-barriers
Do concurrent interlocked and reads require a memory barrier or locking?
Sep 18, 2025
c#
multithreading
thread-safety
shared-memory
memory-barriers
Are those memory barriers necessary?
Sep 16, 2025
c++
multithreading
singleton
memory-barriers
Preventing of Out of Thin Air values with a memory barrier in C++
Sep 16, 2025
c++
x86
memory-barriers
memory-model
Why does the thread sanitizer complain about acquire/release thread fences?
Sep 14, 2025
c++
atomic
memory-barriers
stdatomic
thread-sanitizer
Vullkan compute shader caches and barriers
Sep 13, 2025
vulkan
memory-barriers
compute-shader
barrier
Does vulkan pipeline memory barrier eases the sync constraint in relation to pipeline barrier with no memory barrier?
Sep 13, 2025
vulkan
memory-barriers
Fastest inline-assembly spinlock
Sep 12, 2025
c++
assembly
x86
memory-barriers
spinlock
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
Determining the location for the usage of barriers (fences)
Sep 07, 2025
memory-management
concurrency
linux-kernel
kernel
memory-barriers
In C++, which Standard Library functions (if any) are required to implicitly provided an atomic memory fence?
Sep 05, 2025
c++
multithreading
c++11
atomic
memory-barriers
Older Entries »