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
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
Once more volatile: necessary to prevent optimization?
Jan 01, 2026
c++
memory
volatile
Does Java allow a volatile read to be optimized away if the value isn't needed, also removing the happens-before synchronization?
Dec 21, 2025
java
multithreading
volatile
java-memory-model
happens-before
visibility difference between synchronization of field reads and volatile
Dec 19, 2025
java
multithreading
synchronization
volatile
thread-synchronization
Everything is volatile
Dec 15, 2025
c++
optimization
llvm
volatile
Property with Volatile or Lock
Dec 13, 2025
c#
.net
multithreading
locking
volatile
How to update data in Redis and MySQL at the same time?
Dec 10, 2025
mysql
redis
persistence
storage
volatile
Older Entries »