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
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
Reordering of operations around volatile
Oct 25, 2022
c#
volatile
lock-free
Does volatile prevent introduced reads or writes?
Aug 31, 2022
c#
language-lawyer
compiler-optimization
volatile
lock-free
What does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?
Apr 29, 2022
c
language-lawyer
c99
volatile
c11
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
« Newer Entries
Older Entries »