Search code examples
How does Java manage the visibility of a volatile field?...


javamultithreadingvolatilehappens-before

Read More
Is synchronized access to non-volatile fields thread safe?...


javathread-safetyvolatile

Read More
Is AtomicBoolean needed to create a cancellable thread?...


javamultithreadingatomicvolatile

Read More
Using the same variables in two threads, but I don't know why they won't update in Java...


javamultithreadingstaticvolatile

Read More
Member functions that are volatile and const...


c++volatilec++03

Read More
When to use volatile with register/local variables...


cudagpugpgpuvolatilenvcc

Read More
Making thread_local variables fully volatile...


c++multithreadingvolatilethread-localboost-context

Read More
volatile struct vs. typecast...


c++gccstructvolatile

Read More
Non volatile double checked locking, is it possible?...


javavolatilejava-memory-modeldouble-checked-locking

Read More
Can a reordering happen in the presence of a volatile variable?...


javavolatile

Read More
Portable thread class implemented in C++...


c++multithreadingvolatile

Read More
Java: Concurrency inside ActionListener.actionPerformed...


javaconcurrencyactionlistenersynchronizedvolatile

Read More
Should I use volatile with this library (and where)?...


carduinovolatile

Read More
Where to places fences/memory barriers to guarantee a fresh read/committed writes?...


c#.netmultithreadingvolatilememory-fences

Read More
How to dynamically import and reimport a file containing definition of a global variable which may c...


python-2.7global-variablesreloadvolatiledynamic-import

Read More
Happens-before mechanism in Java...


javamultithreadingvolatilejava-memory-model

Read More
Why non-volatile approach works?...


javamultithreadingvolatilejava-memory-model

Read More
Does volatile keyword ensure thread's cache update?...


c#thread-safetyvolatile

Read More
VB.NET Using System.Threading.Volatile.Write on Enum var types...


vb.netenumsvolatile

Read More
Excel Force Calculation...


validationexcelexcel-formulavolatilevba

Read More
How to comprehend - Locking is not required for any other reason while the variable is being accesse...


javamultithreadingvolatile

Read More
Java multithreaded getters and setters...


javamultithreadingstaticvolatile

Read More
Variable freshness guarantee in .NET (volatile vs. volatile read)...


c#.netmultithreadingvolatilememory-barriers

Read More
Is the volatile keyword required for "non-concurrent multithreading"?...


javamultithreadingakkavolatile

Read More
Safe publication of array of objects through a volatile reference...


javaconcurrencyvolatilehappens-before

Read More
Code example proven to fail w/o volatile...


c#multithreadingconcurrencyvolatile

Read More
Why does ostream prints `1` for a string defined as `volatile char[]`?...


c++stringprintfiostreamvolatile

Read More
Java Volatile Variable...


javavolatile

Read More
java volatile used with jave linked list...


javaconcurrencyvolatile

Read More
Example of a memory consistency error when using volatile keyword?...


javamultithreadingmemoryvolatileconsistency

Read More
BackNext