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
What is the point of making the singleton instance volatile while using double lock? [duplicate]
Aug 30, 2022
java
singleton
volatile
thread-synchronization
double-checked-locking
Are volatile variable 'reads' as fast as normal reads?
Aug 17, 2022
java
performance
multithreading
volatile
Volatile guarantees and out-of-order execution [duplicate]
Aug 30, 2022
java
volatile
java-memory-model
Why not volatile on System.Double and System.Long?
Aug 29, 2022
c#
.net
multithreading
volatile
What is the purpose of the "volatile" keyword appearing inside an array subscript?
Jan 12, 2021
c
arrays
volatile
function-parameter
"A reference to a volatile field will not be treated as volatile" implications
Sep 25, 2022
c#
.net
multithreading
volatile
How to cast away the volatile-ness?
Apr 13, 2021
c++
casting
volatile
Are mutex lock functions sufficient without volatile?
Aug 29, 2022
c++
multithreading
mutex
volatile
memory-barriers
C++ volatile member functions
Aug 29, 2022
c++
volatile
member-functions
why using volatile with synchronized block?
Aug 28, 2022
java
multithreading
volatile
synchronized
double-checked-locking
Happens-before relationships with volatile fields and synchronized blocks in Java - and their impact on non-volatile variables?
Aug 27, 2022
java
multithreading
synchronized
volatile
Is there any point in using a volatile long?
Aug 27, 2022
java
multithreading
concurrency
volatile
When is it preferable to use volatile boolean in Java rather than AtomicBoolean? [duplicate]
Aug 27, 2022
java
concurrency
atomic
volatile
Working of __asm__ __volatile__ ("" : : : "memory")
Aug 26, 2022
c
gcc
arm
embedded-linux
volatile
Is a volatile int in Java thread-safe?
Aug 26, 2022
java
multithreading
thread-safety
volatile
Pointer declared as constant as well as volatile
Sep 05, 2022
c
constants
volatile
Is a C compiler allowed to coalesce sequential assignments to volatile variables?
Nov 18, 2022
c
language-lawyer
compiler-optimization
volatile
How do I Understand Read Memory Barriers and Volatile
Aug 26, 2022
multithreading
volatile
memory-barriers
Why doesn't volatile in java 5+ ensure visibility from another thread?
Aug 18, 2022
java
multithreading
concurrency
volatile
compiler-bug
Why is the volatile qualifier used through out std::atomic?
Aug 25, 2022
c++
c++11
atomic
volatile
« Newer Entries
Older Entries »