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
Re-ordering of assignments and adding a fence
Oct 06, 2021
java
variable-assignment
volatile
memory-fences
Java seems to support volatile fields of type long, while C# does not - What are the reasons behind this?
Dec 26, 2021
c#
java
multithreading
volatile
C# volatile double
Oct 01, 2013
c#
.net
volatile
volatile for reference type in .net 4.0
Feb 10, 2022
c#
.net
volatile
Why is "volatileQualifiedExpr + volatileQualifiedExpr" not necessarily UB in C but in C++?
Apr 19, 2018
c++
c
volatile
side-effects
Volatile fields in C#
Sep 23, 2022
c#
.net
clr
language-features
volatile
C and C++ compilers with "aggressive" volatile semantics
Oct 17, 2022
c++
c
x86
volatile
smp
How to guarantee that an update to "reference type" item in Array is visible to other threads?
Dec 07, 2020
c#
multithreading
synchronization
volatile
What does a LoadLoad barrier really do?
Oct 14, 2022
java
concurrency
volatile
evaluating/accessing a structure
Nov 12, 2022
c
gcc
struct
volatile
Why don't we need volatile with StampedLock?
Feb 08, 2021
java
multithreading
java-8
volatile
memory-barriers
Making thread_local variables fully volatile
Feb 27, 2020
c++
multithreading
volatile
thread-local
boost-context
Can a volatile variable that is never assigned null to ever contain null?
Sep 23, 2022
java
multithreading
volatile
Is `memcpy((void *)dest, src, n)` with a `volatile` array safe?
Jul 01, 2022
c
casting
interrupt
volatile
memcpy
What is the purpose of the const_cast<> on a volatile?
Mar 28, 2022
c++
casting
standards
volatile
Preferring synchronized to volatile
Jan 22, 2020
java
multithreading
synchronization
volatile
Are volatile reads and writes atomic on Windows+VisualC?
Apr 18, 2022
c++
visual-c++
atomic
volatile
memory-fences
Java: How exactly do synchronized operations relate to volatility?
Mar 30, 2019
java
multithreading
thread-safety
volatile
Can I avoid using locks for my seldomly-changing variable?
Oct 23, 2022
c#
multithreading
concurrency
volatile
volatile and non-volatile bitfields
Mar 27, 2022
c
arm
volatile
bit-fields
« Newer Entries
Older Entries »