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
Making variables captured by a closure volatile
Aug 12, 2022
c#
closures
volatile
In C, if B is volatile, should the expression (void)(B = 1) read B
Sep 21, 2022
c
variable-assignment
c99
volatile
In Java should I copy a volatile reference locally before I foreach it
May 22, 2017
java
multithreading
foreach
volatile
.NET JIT compiler volatile optimizations
May 10, 2021
c#
.net
multithreading
volatile
jit
Java - volatile reference to mutable object - will updates to the object's fields be visible to all threads
Aug 29, 2022
java
multithreading
volatile
java-memory-model
Volatile variables and other variables
May 23, 2019
java
multithreading
concurrency
volatile
memory-visibility
How to safely convert/copy volatile variable?
Sep 03, 2022
c
volatile
How can I use the volatile keyword in Java correctly?
Nov 11, 2022
java
volatile
C# bool is atomic, why is volatile valid
Dec 18, 2021
c#
multithreading
boolean
atomic
volatile
Does Delphi have any equivalent to C's volatile variable?
Sep 22, 2022
c
multithreading
delphi
volatile
memory-model
Are volatile variables useful? If yes then when?
Sep 20, 2022
c#
multithreading
volatile
C/C++: casting away volatile considered harmful?
Nov 20, 2018
c++
c
volatile
Why is volatile not compiling with std::min
Aug 31, 2022
c++
gcc
volatile
Is the popular "volatile polled flag" pattern broken?
Jun 10, 2021
c#
.net
multithreading
volatile
memory-barriers
Java memory model - volatile and x86
Dec 17, 2021
java
multithreading
cpu
volatile
java-memory-model
Does Java volatile prevent caching or enforce write-through caching?
Sep 18, 2022
java
multithreading
caching
concurrency
volatile
When to use volatile with shared CUDA Memory
Sep 18, 2022
compiler-construction
cuda
gpu
gpgpu
volatile
Volatile semantic with respect to other fields
Nov 16, 2022
java
concurrency
volatile
'Effective Java' conundrum: Why is volatile required in this concurrent code? [duplicate]
Nov 20, 2022
java
concurrency
volatile
The code example which can prove "volatile" declare should be used
Oct 15, 2022
java
multithreading
concurrency
volatile
« Newer Entries
Older Entries »