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
Thread Synchronisation 101
Sep 13, 2022
c++
multithreading
mutex
volatile
memory-barriers
Memory Barrier by lock statement
Sep 25, 2022
c#
memory-barriers
When should I use _mm_sfence _mm_lfence and _mm_mfence
Mar 23, 2022
c++
multithreading
x86
intrinsics
memory-barriers
intel
Does lock xchg have the same behavior as mfence?
Feb 19, 2022
multithreading
assembly
x86
cpu-architecture
memory-barriers
intel
Is this a correct use of Thread.MemoryBarrier()?
Sep 12, 2022
c#
multithreading
.net-4.0
memory-barriers
Should thread-safe class have a memory barrier at the end of its constructor?
Nov 14, 2022
c#
.net
multithreading
parallel-processing
memory-barriers
Memory barriers and the TLB
Aug 27, 2022
java
centos
memory-mapped-files
tlb
memory-barriers
Memory fences: acquire/load and release/store
Sep 05, 2022
c++
memory-barriers
lock-free
stdatomic
memory-model
Memory model ordering and visibility?
Sep 05, 2022
c++
c++11
mutex
atomic
memory-barriers
difference in mfence and asm volatile ("" : : : "memory")
Sep 05, 2022
gcc
x86
memory-barriers
Does a memory barrier ensure that the cache coherence has been completed?
Sep 05, 2022
assembly
x86
operating-system
cpu-cache
memory-barriers
Memory barrier generators
Sep 05, 2022
c#
memory-barriers
Which is a better write barrier on x86: lock+addl or xchgl?
Feb 03, 2022
assembly
x86
memory-barriers
C++ Memory Barriers for Atomics
Nov 08, 2022
c++
windows
visual-c++
memory-barriers
Does std::mutex create a fence?
Sep 03, 2022
c++
multithreading
mutex
memory-barriers
memory-model
Atomicity on x86
Sep 02, 2022
c++
multithreading
x86
atomic
memory-barriers
Can atomics suffer spurious stores?
Sep 02, 2022
c++
multithreading
atomic
memory-barriers
Behavior of memory barrier in Java
Feb 25, 2019
java
multithreading
memory-barriers
java-memory-model
When is a compiler-only memory barrier (such as std::atomic_signal_fence) useful?
Sep 01, 2022
c++
c++11
atomic
memory-barriers
memory-fences
Why do I need a memory barrier?
Aug 31, 2022
c#
multithreading
thread-safety
shared-memory
memory-barriers
« Newer Entries
Older Entries »