Search code examples
CDI PostConstruct and volatile fields...


javajakarta-eeconcurrencycdivolatile

Read More
Does volatile prevent introduced reads or writes?...


c#language-lawyercompiler-optimizationvolatilelock-free

Read More
Fastest way to safely read contents of long[] whose elements are changed concurrently...


c#.netmultithreadingvolatileinterlocked

Read More
Volatile reads clash...


javaconcurrencyvolatiledouble-checked-locking

Read More
Analyzing of x86 output generated by JIT in the context of volatile...


javajvmvolatilememory-barriers

Read More
Is it any way to tell java threads to reload caches?...


javamultithreadingconcurrencysynchronizationvolatile

Read More
Is a Java foreach loop over an immutable volatile array thread-safe?...


javaarraysforeachvolatile

Read More
Array declared without size and const volatile...


carraysconstantsvolatileextern

Read More
synchronize without volatile...


javamultithreadingsynchronizationvolatile

Read More
Java volatile loop...


javavolatile

Read More
Unable to understand the workings of volatile fields and how they work with multiple threads when sh...


javamultithreadingstaticvolatile

Read More
.NET JIT compiler volatile optimizations...


c#.netmultithreadingvolatilejit

Read More
Is volatile not needed for objects' members but only on primitive members?...


javamultithreadingvolatile

Read More
Volatile objects of std::chrono::duration type...


c++volatilec++-chrono

Read More
If Thread B wishes to see changes Thread A makes, can only the last change be to a volatile variable...


javamultithreadingvolatilejava-memory-modelmemory-visibility

Read More
type_info doesn't account for cv qualifiers: is this right?...


c++g++constantsvolatilertti

Read More
How does volatile keyword ensure an object`s fields are visible to other threads?...


javaconcurrencyvolatile

Read More
Proper use of volatile keyword in C...


cvolatile

Read More
GCC 8 fails to compile make_shared<volatile int>()...


c++c++11gccvolatilemake-shared

Read More
Volatile function...


c++cvolatile

Read More
Does volatile usage slow down the performance...


javamultithreadingsynchronizationvolatile

Read More
How do I access a const volatile std::array?...


c++constantsvolatile

Read More
reading volatile variable outside of scope of a mutex as opposed to std::atomic...


c++thread-safetyx86-64volatilestdatomic

Read More
Is this object modified in listener threadsafe?...


javamultithreadingmemoryconcurrencyvolatile

Read More
Do variables accessed within synchronised block must be declared volatile?...


javasynchronizationsynchronizedvolatile

Read More
Java - cache coherence between successive parallel streams?...


javacachingvolatile

Read More
Java: Sharing and calling variables between threads...


javamultithreadingatomicsynchronizedvolatile

Read More
how to build a lazy initializing thread safe wrapper for an object reference...


javaconcurrencythread-safetysynchronizedvolatile

Read More
Volatile variable and flushes to/reads from main memory...


javamultithreadingjvmsynchronizationvolatile

Read More
Does the -O0 compiler flag have the same effect as the volatile keyword in C?...


coptimizationmicrocontrollervolatile

Read More
BackNext