Search code examples
Is volatile needed with how smart compilers are these days?...

ccompiler-optimizationvolatile

Read More
Does a C pointer to volatile treat the addressed memory as volatile when it is subscripted?...

cvolatile

Read More
Java volatile and multithreading: what are the possible outputs for the program?...

javamultithreadingoutputvolatile

Read More
What does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?...

clanguage-lawyerc99volatilec11

Read More
If I populate a dictionary and assign it to a field - can I guarantee the field will not contain a h...

c#multithreadingthread-safetyvolatilelock-free

Read More
Are global and heap-based variables always volatile in Delphi?...

delphioptimizationvolatile

Read More
Where should I use 'volatile'?...

coperating-systemlinux-device-drivervolatile

Read More
How does "Compare And Set" in AtomicInteger works...

javamultithreadingvolatilecompare-and-swapatomicinteger

Read More
Volatile Vs Atomic...

javavolatile

Read More
Why do we use the volatile keyword?...

c++volatilecompiler-optimization

Read More
How to force an unused memory read in C that won't be optimized away?...

cembeddedmicrocontrollervolatilecpu-registers

Read More
Illustrating usage of the volatile keyword in C#...

c#.netvolatile

Read More
Threads does not work without volatile and reads the value from RAM instead of caching...

javamultithreadingcachingparallel-processingvolatile

Read More
volatile variable updated from multiple threads C++...

c++multithreadingx86-64volatilelock-free

Read More
Rationale behind declaring FILE * volatile to stdin in C...

cstdinvolatile

Read More
Java readwrite concurrency: readwrite lock vs lock + volatile...

javaconcurrencylockingvolatilereadwritelock

Read More
Volatile access of struct member...

cvolatile

Read More
Volatile DateTime...

c#.netmultithreadingsynchronizationvolatile

Read More
Difference between volatile and synchronized in Java...

javamultithreadingjava-mesynchronizedvolatile

Read More
volatile vs lock, for incrementing the version of a class instance...

c#multithreadingperformancedispatchervolatile

Read More
Why don't all member variables need volatile for thread safety even when using Monitor? (why doe...

c#multithreadingvolatilememory-barriers

Read More
The need for volatile modifier in double checked locking in .NET...

c#singletonvolatile

Read More
Overloading and volatile...

c++language-lawyeroverloadingvolatileoverload-resolution

Read More
embedded C - using "volatile" to assert consistency...

cembeddedvolatile

Read More
ConditionObject of ReentranentLock: fields are not decorated as volatile...

javavolatilereentrantlock

Read More
Memory mapped files and pointers to volatile objects...

c++clanguage-lawyervolatilemmap

Read More
Why is the volatile keyword necessary in this program?...

cvolatile

Read More
Java volatile array?...

javavolatile

Read More
java keyword volatile not behaving as expected...

javavolatile

Read More
x64: Concurrent writes to bool array...

cmemoryx8664-bitvolatile

Read More
BackNext