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
Does C++11 guarantee memory ordering between a release fence and a consume operation?
Dec 11, 2021
c++
memory-barriers
memory-model
stdatomic
relaxed-atomics
Is it possible that a store with memory_order_relaxed never reaches other threads?
Jan 06, 2022
c++
c++11
memory-barriers
relaxed-atomics
synchronizes-with, happens-before relation and acquire-release semantics
Jan 12, 2022
language-agnostic
synchronization
atomic
memory-barriers
Fences in C++0x, guarantees just on atomics or memory in general
Oct 14, 2022
c++
multithreading
c++11
memory-barriers
memory-model
When to use lock vs MemoryBarrier in .NET
Jul 03, 2014
.net
multithreading
locking
monitor
memory-barriers
Why is (or isn't?) SFENCE + LFENCE equivalent to MFENCE?
Oct 16, 2022
assembly
x86
x86-64
memory-barriers
memory-fences
How to achieve a StoreLoad barrier in C++11?
Mar 23, 2022
c++
language-lawyer
atomic
memory-barriers
stdatomic
Can memory reordering cause C# to access unallocated memory?
Nov 10, 2022
c#
.net
multithreading
memory-barriers
Are loads and stores the only instructions that gets reordered?
Feb 05, 2022
x86
cpu-architecture
memory-barriers
Does an x86 CPU reorder instructions?
Apr 11, 2022
multithreading
assembly
x86
cpu-architecture
memory-barriers
Atomic access to shared memory
Aug 19, 2022
c++
linux
shared-memory
memory-barriers
stdatomic
Is the popular "volatile polled flag" pattern broken?
Jun 10, 2021
c#
.net
multithreading
volatile
memory-barriers
Why is the standard C# event invocation pattern thread-safe without a memory barrier or cache invalidation? What about similar code?
May 06, 2017
c#
thread-safety
memory-model
memory-barriers
mesi
Memory barrier vs Interlocked impact on memory caches coherency timing
Oct 16, 2020
c#
multithreading
memory-barriers
interlocked
Java concurrent visibility of primitive array writes
Aug 02, 2018
java
concurrency
memory-barriers
java-memory-model
Threads synchronization. How exactly lock makes access to memory 'correct'?
May 20, 2019
c#
multithreading
locking
memory-barriers
Does Intel SFENCE have release semantics?
Jan 13, 2020
multithreading
concurrency
memory-barriers
Are memory barriers necessary for atomic reference counting shared immutable data?
Sep 18, 2022
c
multithreading
atomic
memory-barriers
refcounting
In OpenCL, what does mem_fence() do, as opposed to barrier()?
Nov 25, 2020
opencl
gpgpu
memory-barriers
barrier
memory-fences
« Newer Entries
Older Entries »