Search code examples
Can a member variable (attribute) reside in a register in C++?...


c++attributesmembervolatilecpu-registers

Read More
Is volatile needed with indirect access?...


c#multithreadingvolatile

Read More
volatile vs threadLocal in java...


javamultithreadingvolatilethread-local

Read More
Volatile keyword without static not working as expected...


javamultithreadingvolatile

Read More
Volatile User-Defined Function not recalculating as expected (VBA/Excel)...


vbaexcelvolatileudf

Read More
Why my boolean variable should be volatile while stopping thread loop?...


javamultithreadingvolatile

Read More
Does the keyword "volatile" exist in VHDL or such a concept without touching compiler sett...


vhdlkeywordvolatile

Read More
Volatile arrays and memory barriers and visibility in Java...


javamultithreadingvolatilememory-barriers

Read More
Volatility of objects other than class variables...


javamultithreadingconcurrencyvolatile

Read More
Sharing variable between threads in JAVA...


javamultithreadingvariablessharedvolatile

Read More
Connecting R To Teradata VOLATILE TABLE...


rteradatavolatilerodbc

Read More
Is a volatile hashmap sufficient in this case?...


javamultithreadingconcurrencyvolatile

Read More
A little clarification on the volatile keyword...


javavolatile

Read More
Casting volatile variable in c...


ccastingvolatile

Read More
Does MS-specific volatile prevent hardware instructions reordering...


c++multithreadingvisual-c++volatilememory-fences

Read More
Can a C function have dual use depending on a parameter being volatile or not?...


clanguage-lawyerparametersvolatileunions

Read More
Partially volatile variable?...


c++optimizationvolatile

Read More
Volatile Pointer to Non Volatile Data...


c++cpointersvolatilenon-volatile

Read More
Is this a better version of Double Check Locking without volatile and synchronization overhead...


javamultithreadingjakarta-eevolatile

Read More
To force cancel AsyncTask shouldn't the flag periodically checked in doInBackground be volatile?...


androidmultithreadingandroid-asynctasksynchronizedvolatile

Read More
Is it correct to perform regular reads on a field lazily-initialized by Interlocked.CompareExchange?...


c#.netmultithreadingthread-safetyvolatile

Read More
"volatile" qualifier and compiler reorderings...


c++cvolatilecompiler-optimization

Read More
Memory Model: preventing store-release and load-acquire reordering...


c#.netperformancevolatilememory-model

Read More
volatile + synchronized combination in multithreaded scenario...


javamultithreadingsynchronizedvolatile

Read More
volatile pointer to volatile char. additional static keyword...


cpointersstaticvolatile

Read More
Does volatile guarantee thread safety? This ArrayList example...


javamultithreadingarraylistvolatilecopyonwritearraylist

Read More
Java EE beans and volatile keyword...


jakarta-eeejbjavabeanscdivolatile

Read More
How to pass volatile variable to another class?...


javamultithreadingvolatile

Read More
Making sense of Memory Barriers...


javax86volatilememory-barriers

Read More
Atomic statement ignored without volatile keyword...


javamultithreadingconcurrencyatomicvolatile

Read More
BackNext