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
java: `volatile` private fields with getters and setters
Oct 24, 2022
java
volatile
memory-model
java-memory-model
why can't a local variable be volatile in C#?
Sep 15, 2022
c#
multithreading
volatile
Why does std::cout convert volatile pointers to bool?
Aug 16, 2022
c++
pointers
iostream
volatile
standards-compliance
When to use 'volatile' or 'Thread.MemoryBarrier()' in threadsafe locking code? (C#)
Jun 26, 2022
c#
.net
multithreading
volatile
What is the purpose of 'volatile' keyword in C#
Nov 07, 2022
c#
multithreading
volatile
Volatile variables
Sep 12, 2022
c#
c
volatile
Thread Synchronisation 101
Sep 13, 2022
c++
multithreading
mutex
volatile
memory-barriers
Do we need to synchronize access to an array when the array variable is volatile?
Sep 13, 2022
java
arrays
multithreading
volatile
Performance consequence of volatile member functions
Sep 13, 2022
c++
multithreading
volatile
Why doesn't C# volatile protect write-read reordering?
Nov 03, 2022
c#
.net
multithreading
volatile
Java volatile and cache coherence
Aug 29, 2022
java
volatile
How can assigning a variable result in a serious performance drop while the execution order is (nearly) untouched?
Oct 22, 2022
java
multithreading
performance
jvm
volatile
benchmarking, code reordering, volatile
Jun 27, 2022
c++
benchmarking
compiler-optimization
volatile
An equivalent to Java volatile in Python
Aug 16, 2022
java
python
volatile
Is volatile int in C as good as std::atomic<int> of C++0x?
Feb 16, 2022
c
c++11
atomic
volatile
CancellationTokenSource vs. volatile boolean
Oct 14, 2022
c#
task
volatile
cancellationtokensource
Does empty synchronized(this){} have any meaning to memory visibility between threads?
Sep 05, 2022
java
concurrency
synchronized
volatile
memory-model
Do I need volatile for variables of reference types, too?
Sep 05, 2022
java
caching
jvm
visibility
volatile
What kinds of optimizations does 'volatile' prevent in C++?
Oct 28, 2022
c++
optimization
volatile
Can volatile but unfenced reads yield indefinitely stale values? (on real hardware)
Feb 26, 2022
c++
multithreading
c++11
atomic
volatile
« Newer Entries
Older Entries »