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
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
Is std::mutex sequentially consistent?
Sep 15, 2022
c++
multithreading
c++11
mutex
memory-barriers
Force order of execution of C statements?
Feb 27, 2022
c
visual-c++
synchronization
memory-barriers
lock-free
Variable freshness guarantee in .NET (volatile vs. volatile read)
Sep 15, 2022
c#
.net
multithreading
volatile
memory-barriers
« Newer Entries
Older Entries »