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 using "pointer to volatile" prevent compiler optimizations at all times?
Jul 17, 2017
c++
volatile
embedded C - using "volatile" to assert consistency
Apr 02, 2022
c
embedded
volatile
Is processor cache flushed during context switch in multicore?
Dec 27, 2018
caching
multicore
volatile
flush
context-switch
volatile + immutable holder object = thread safe?
Aug 25, 2022
java
thread-safety
immutability
volatile
java-memory-model
std::atomic<int> memory_order_relaxed VS volatile sig_atomic_t in a multithreaded program
Jun 07, 2021
c++
multithreading
volatile
memory-model
stdatomic
If more than one thread can access a field should it be marked as volatile?
Nov 03, 2022
java
memory
atomic
volatile
Java multithreading - joining a CPU heavy thread and volatile keyword
Aug 30, 2022
java
multithreading
volatile
is a volatile variable synchronized? (java)
Oct 30, 2022
java
volatile
synchronized
Should I synchronize a static volatile variable?
Sep 14, 2022
java
thread-safety
volatile
Volatile fields: How can I actually get the latest written value to a field?
Sep 11, 2022
c#
.net
multithreading
.net-4.5
volatile
Why is volatile keyword not allowed for local variables?
Aug 25, 2022
java
multithreading
volatile
final
Where to use volatile? [duplicate]
May 16, 2022
c
compiler-construction
operating-system
volatile
linux-device-driver
Example of a memory consistency error when using volatile keyword?
Nov 11, 2022
java
multithreading
memory
volatile
consistency
Can we use `const_cast` to modify a constant variable? [duplicate]
Oct 21, 2022
c++
compiler-optimization
volatile
const-cast
Is there any advantage of using volatile keyword in contrast to use the Interlocked class?
Nov 11, 2022
c#
.net
multithreading
volatile
interlocked
Volatile Member Functions (C++)
Nov 08, 2022
c++
multithreading
volatile
Synchronize write access to Volatile field (Cheap read-write block)
Apr 30, 2022
java
multithreading
synchronization
thread-safety
volatile
How deep volatile publication guarantees?
Nov 09, 2022
java
concurrency
visibility
volatile
happens-before
Why Volatile is behaving weirdly
Jun 26, 2016
java
multithreading
volatile
synchronized
Can we have an AtomicEnum in Java?
Jun 16, 2019
java
multithreading
enums
synchronized
volatile
« Newer Entries
Older Entries »