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 volatile
Does empty synchronized(this){} have any meaning to memory visibility between threads?
Sep 05, 2022
java
concurrency
synchronized
volatile
memory-model
Do I need volatile for variables of reference types, too?
Sep 05, 2022
java
caching
jvm
visibility
volatile
What kinds of optimizations does 'volatile' prevent in C++?
Oct 28, 2022
c++
optimization
volatile
Can volatile but unfenced reads yield indefinitely stale values? (on real hardware)
Feb 26, 2022
c++
multithreading
c++11
atomic
volatile
Could the JIT collapse two volatile reads as one in certain expressions?
Mar 18, 2022
java
volatile
jit
memory-model
java-memory-model
AtomicReferenceFieldUpdater - methods set, get, compareAndSet semantics
Jun 13, 2022
java
concurrency
volatile
atomicreference
jsr166
Is the volatile keyword required for fields accessed via a ReentrantLock?
Sep 04, 2022
java
concurrency
locking
volatile
reentrancy
How does "Compare And Set" in AtomicInteger works
Oct 26, 2022
java
multithreading
concurrency
volatile
If volatile is useless for threading, why do atomic operations require pointers to volatile data?
Sep 04, 2022
c
atomic
volatile
What is the difference between a static global and a static volatile variable?
Sep 04, 2022
c
static
global
interrupt
volatile
Does accessing a declared non-volatile object through a volatile reference/pointer confer volatile rules upon said accesses?
Aug 15, 2018
c++
c
pointers
language-lawyer
volatile
Should std::atomic be volatile?
Sep 04, 2022
c++
c++11
atomic
volatile
Volatile in C++11
Sep 03, 2022
c++
c++11
volatile
C: Volatile Arrays in C
Sep 28, 2022
c++
c
arrays
embedded
volatile
Volatile vs VolatileRead/Write?
Sep 11, 2022
c#
multithreading
.net-4.0
volatile
the volatile keyword in C language? [duplicate]
Sep 14, 2022
c
volatile
What does "volatile" mean in Java?
Sep 03, 2022
java
volatile
java-memory-model
Is the 'volatile' keyword still broken in C#?
Sep 03, 2022
c#
multithreading
volatile
AtomicInteger and volatile [duplicate]
Sep 03, 2022
java
multithreading
thread-safety
atomic
volatile
Using volatile keyword with mutable object
Sep 02, 2022
java
concurrency
volatile
mutable
« Newer Entries
Older Entries »