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
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
Is processor cache flushed during context switch in multicore?
Dec 27, 2018
caching
multicore
volatile
flush
context-switch
volatile + immutable holder object = thread safe?
Aug 25, 2022
java
thread-safety
immutability
volatile
java-memory-model
std::atomic<int> memory_order_relaxed VS volatile sig_atomic_t in a multithreaded program
Jun 07, 2021
c++
multithreading
volatile
memory-model
stdatomic
If more than one thread can access a field should it be marked as volatile?
Nov 03, 2022
java
memory
atomic
volatile
Java multithreading - joining a CPU heavy thread and volatile keyword
Aug 30, 2022
java
multithreading
volatile
is a volatile variable synchronized? (java)
Oct 30, 2022
java
volatile
synchronized
Should I synchronize a static volatile variable?
Sep 14, 2022
java
thread-safety
volatile
Volatile fields: How can I actually get the latest written value to a field?
Sep 11, 2022
c#
.net
multithreading
.net-4.5
volatile
Why is volatile keyword not allowed for local variables?
Aug 25, 2022
java
multithreading
volatile
final
Where to use volatile? [duplicate]
May 16, 2022
c
compiler-construction
operating-system
volatile
linux-device-driver
« Newer Entries
Older Entries »