Search code examples
Force JVM to cache variables for threads...


jvmvolatilejvm-argumentsmemory-barriers

Read More
Am I right volatile keyword in C needs special hardware support to work?...


c++ccachingvolatile

Read More
difference between Memory Barriers and lock prefixed instruction...


javavolatilememory-barriers

Read More
What is the cost of the volatile keyword in a multiprocessor system?...


c#multithreadingvolatile

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


clanguage-lawyerc99volatilec11

Read More
Synchronize write access to Volatile field (Cheap read-write block)...


javamultithreadingsynchronizationthread-safetyvolatile

Read More
Can operations, which assign values to multiple volatile fields consecutively, be reordered?...


javaconcurrencythread-safetyvolatilejava-memory-model

Read More
Java memory model: volatile variables and happens-before...


javavolatilethread-synchronizationjava-memory-modelhappens-before

Read More
Detailed semantics of volatile regarding timeliness of visibility...


javavolatilejava-memory-model

Read More
Memory visibility guarantees provided by intrinsic locking in Java?...


javamultithreadingsynchronizationlockingvolatile

Read More
Will volatile fix this Multi-Thread Code?...


javamultithreadingvolatile

Read More
CancellationTokenSource vs. volatile boolean...


c#taskvolatilecancellationtokensource

Read More
C++: const volatile methods...


c++volatilequalifiers

Read More
How to guarantee get() of ConcurrentHashMap to always return the latest actual value?...


javamultithreadingconcurrencyvolatileconcurrenthashmap

Read More
Does jmx create a new thread for each invocation?...


javajmxvolatile

Read More
Is it safe to remove the c++ volatile here?...


c++c++11volatile

Read More
Do LoadStore and StoreStore are both needed for a final variable and lazySet implementation?...


javaperformanceconcurrencycompiler-optimizationvolatile

Read More
Is volatile on getter and synchronized on setter the same as synchronized on both?...


javaconcurrencysynchronizedvolatile

Read More
About when should we use keyword 'volatile'?...


cvolatile

Read More
Asynctask and Handler class - can't share variable...


javaandroidserviceandroid-asynctaskvolatile

Read More
Usage wise difference between const & volatile qualifier in C?...


cvolatile

Read More
Volatile for reference type - Does it always avoid publication of references issues due to JMM?...


javamultithreadingconcurrencythread-safetyvolatile

Read More
Volatile and Thread.MemoryBarrier in C#...


c#memory-managementnonblockingvolatilememory-barriers

Read More
What's the usecase of volatile operations on std::atomic<T>?...


c++multithreadingc++11atomicvolatile

Read More
Why modifiers like const not allowed on nonmember functions...


c++constantsvolatile

Read More
C# not thread-safe initialization...


c#multithreadingvolatile

Read More
Volatile for structs and collections of structs...


c#.netmultithreadingvolatileconcurrentdictionary

Read More
Checking volatile value of address in C++...


c++arrayspointersraspberry-pivolatile

Read More
Can an uninitialized automatic volatile variable in C be safely read?...


cvolatileundefined-behavior

Read More
C++ volatile and operator overloading for CUDA application...


c++operator-overloadingcudavolatile

Read More
BackNext