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 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
Volatile and Thread.MemoryBarrier in C#
Apr 19, 2022
c#
memory-management
nonblocking
volatile
memory-barriers
How to comprehend "The variable does not participate in invariants with other state variables when using volatile keyword"?
Apr 04, 2022
java
concurrency
volatile
Uses of volatile without synchronization
Apr 20, 2022
java
volatile
How would a "register volatile int i" behave in C?
Dec 17, 2018
c
volatile
volatile overloading?
Apr 23, 2022
c++
overloading
volatile
Why doesn't POSIX mmap return a volatile void*?
Sep 04, 2022
c
pointers
posix
volatile
mmap
volatile DateTime
Jun 11, 2022
c#
.net
multithreading
synchronization
volatile
Volatile: why prevent compiler reorder code
Feb 07, 2020
java
multithreading
volatile
Is 'volatile' needed in this multi-threaded C++ code?
Nov 16, 2022
c++
multithreading
volatile
What is meant by "fast-path" uncontended synchronization?
Feb 13, 2022
java
concurrency
synchronization
volatile
« Newer Entries
Older Entries »