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
Value of volatile variable doesn't change in multi-thread
Mar 07, 2026
c#
multithreading
.net-4.0
backgroundworker
volatile
Does changing a volatile field update the object?
Mar 06, 2026
java
concurrency
volatile
Figure out if reflected field is volatile
Feb 27, 2026
c#
reflection
volatile
Deep understanding of volatile in Java
Feb 25, 2026
java
volatile
lock-free
memory-barriers
java-memory-model
C/C++ volatile variable accessed from another module
Feb 22, 2026
c
volatile
if statement, function evaluation & compiler optimization
Feb 19, 2026
c
if-statement
compiler-optimization
volatile
evaluation
Dereference a pointer to volatile structure in C++
Feb 17, 2026
c++
casting
operator-overloading
volatile
Why const_cast away volatile only work for pointer
Feb 04, 2026
c++
pointers
volatile
const-cast
Volatile keyword behavior after version 1.5
Feb 02, 2026
java
volatile
Could a shared memory be updated in some thread while its value is still not visible to the main thread?
Jan 30, 2026
c#
multithreading
volatile
What is the advantage of "volatile" in this case?
Jan 28, 2026
c
linux-device-driver
volatile
Increased cost of a volatile write over a nonvolatile write
Jan 26, 2026
java
performance
volatile
Must T be unqualified in std::allocator<T>?
Jan 25, 2026
c++
constants
standards
volatile
ref-qualifier
Usage of volatile keyword
Jan 25, 2026
c#
volatile
Fastest way to safely read contents of long[] whose elements are changed concurrently
Jan 23, 2026
c#
.net
multithreading
volatile
interlocked
java synchronized issue
Jan 20, 2026
java
multithreading
volatile
synchronized
C++ language some live examples for mutable
Jan 21, 2026
c++
constants
volatile
mutable
Is volatile necessary for the resource used in a critical section?
Jan 20, 2026
c
multithreading
volatile
Should i specify volatile keyword for every object that shares its memory between different threads
Jan 20, 2026
c++
multithreading
volatile
Older Entries »