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
How to use volatile correctly in Java
Aug 30, 2022
java
multithreading
volatile
Why is it impossible to explicitly default a copy constructor with volatile argument?
Oct 31, 2022
c++
language-lawyer
copy-constructor
volatile
volatile variables and memory barrier in java
Nov 09, 2022
java
multithreading
concurrency
volatile
memory-barriers
Volatile for reference type - Does it always avoid publication of references issues due to JMM?
May 24, 2018
java
multithreading
concurrency
thread-safety
volatile
How many usage does "volatile" keyword have in C++ function, from grammar perspective?
Nov 06, 2022
c++
function
volatile
const volatile char string not printing properly
Nov 11, 2022
c++
string
volatile
Why does marking a Java variable volatile make things less synchronized?
Sep 03, 2019
java
concurrency
synchronization
thread-safety
volatile
What's meaning of these volatile with pointers in C ?
Oct 21, 2022
c
pointers
volatile
Is volatile still needed inside lock statements?
Aug 23, 2022
c#
multithreading
locking
volatile
Java Concurrency : Volatile vs final in "cascaded" variables?
Mar 09, 2022
java
concurrency
final
volatile
concurrenthashmap
Why access volatile variable is about 100 slower than member?
Nov 10, 2022
java
performance
volatile
Is it bad if all variables are defined as volatile on AVR programming?
Nov 13, 2022
c
volatile
avr
atmega
How to decompile volatile variable in Java?
Oct 26, 2022
java
jvm
jit
volatile
`volatile` to sync variable between threads
Sep 28, 2019
c++
c
multithreading
volatile
How do I specify the equivalent of volatile in VB.net?
Nov 02, 2022
vb.net
multithreading
volatile
lock-free
Why do all the member functions in std::atomic appear both with and without volatile?
Nov 20, 2022
c++
c++11
volatile
Why is a volatile local variable optimised differently from a volatile argument, and why does the optimiser generate a no-op loop from the latter?
Oct 13, 2018
c++
optimization
g++
volatile
pass-by-value
Emulating a memory barrier in Java to get rid of volatile reads
Oct 31, 2022
java
memory
concurrency
volatile
What is the purpose for std::construct_at to cast through a pointer to volatile when using placement new?
Sep 05, 2022
c++
casting
volatile
object-construction
Visual C++ Volatile
Oct 17, 2022
c++
visual-c++
volatile
« Newer Entries
Older Entries »