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
What is extern volatile pointer
Feb 11, 2022
c
volatile
"pseudo-atomic" operations in C++
Mar 25, 2022
c++
multithreading
atomic
volatile
What is wrong with this C code
Oct 31, 2018
c
volatile
What Rules does compiler have to follow when dealing with volatile memory locations?
Oct 23, 2022
c++
memory
compiler-construction
rules
volatile
Should volatile still be used for sharing data with ISRs in modern C++?
Oct 25, 2022
c++
embedded
volatile
isr
Improve performance of reading volatile memory
Nov 14, 2022
c
performance
embedded
volatile
dma
Why is (or isn't) setting fields in a constructor thread-safe?
Oct 18, 2022
c#
multithreading
volatile
memory-model
Where to places fences/memory barriers to guarantee a fresh read/committed writes?
Oct 15, 2022
c#
.net
multithreading
volatile
memory-fences
Publishing and reading of non-volatile field
Nov 13, 2022
java
volatile
Can compiler sometimes cache variable declared as volatile
Mar 26, 2019
c++
c
multithreading
x86
volatile
Should ALL global variables be volatile-qualified?
Nov 05, 2022
c++
c
global-variables
volatile
qualifiers
Volatile Variables and Happens before ordering [duplicate]
Nov 19, 2022
java
volatile
C# variable freshness
Feb 09, 2022
c#
multithreading
task-parallel-library
volatile
memory-model
Why aren't variables in Java volatile by default?
Apr 30, 2018
java
multithreading
volatile
May accesses to volatiles be reordered?
Oct 25, 2022
c++
c++11
volatile
Incrementing a volatile variable in C
Sep 21, 2022
c++
c
language-lawyer
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
« Newer Entries
Older Entries »