Search code examples
acquire & release semantics implied during a lock?...


c#multithreadingvolatile

Read More
`volatile` to sync variable between threads...


c++cmultithreadingvolatile

Read More
Java seems to support volatile fields of type long, while C# does not - What are the reasons behind ...


c#javamultithreadingvolatile

Read More
Does happen-before in Java new memory model also apply to the member of a object which is declared a...


javaconcurrencyvolatilejava-memory-modelhappens-before

Read More
C++ - Template function with volatile variable - can't call the template specialization...


c++templatesstaticvolatiletemplate-specialization

Read More
C# compiler optimization and volatile keyword...


c#.netmultithreadingvolatile

Read More
'Effective Java' conundrum: Why is volatile required in this concurrent code?...


javaconcurrencyvolatile

Read More
Is lock or volatile required when worker threads write non-competitively to local or class variables...


c#variableslockingtaskvolatile

Read More
Rules for converting between pointer types where cv-qualifiers are the only difference...


c++constantsvolatileconst-correctnessc++98

Read More
What does while(!volatile); do?...


cvolatile

Read More
Volatility and thread safety in Java...


javamultithreadingthread-safetyrace-conditionvolatile

Read More
Session counter with HttpSessionListener and session count variable access...


javamultithreadingconcurrencycountervolatile

Read More
When will variables be removed by optimization?...


c++multithreadingoptimizationvolatile

Read More
Reordering in case two synchronized block and multiple volatile read/write...


javamultithreadingconcurrencysynchronizationvolatile

Read More
Are the effects of not using volatile keyword platform specific?...


javaconcurrencyvolatile

Read More
Assigning the value of an array variable to itself?...


javaconcurrencyvolatilememory-visibility

Read More
Why am I not provided with a default copy constructor from a volatile?...


c++copy-constructorvolatile

Read More
C# Is locking within getters and setters necessary?...


c#multithreadingpropertieslockingvolatile

Read More
With double-checked locking, does a put to a volatile ConcurrentHashMap have happens-before guarante...


javamultithreadingvolatileconcurrenthashmaphappens-before

Read More
Singleton instance instantiation...


javastaticsynchronizationsingletonvolatile

Read More
Overloading on const and volatile- why does it work by reference?...


c++constantsoverloadingvolatile

Read More
How to decompile volatile variable in Java?...


javajvmjitvolatile

Read More
Restrictions on non volatile variables in C...


ccompiler-constructionconcurrencyvolatile

Read More
local memory visibility with volatile write...


javaconcurrencyvolatile

Read More
Making variable volatile in subclass, in Java...


javainheritanceconcurrencyvolatile

Read More
Code runs out of order on the same thread...


javajvmvolatile

Read More
MissingFieldException with CodeContracts...


c#volatilecode-contracts

Read More
Java volatile variable doesn't behave correctly....


javaconcurrencyvolatile

Read More
Java - volatile variable is not updating...


javamultithreadingjavafx-2javafxvolatile

Read More
Access to volatile fields through local variables...


javaperformanceconcurrencyvolatile

Read More
BackNext