Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

Java - is volatile required with synchronized?

Is the extern keyword necessary when referring a volatile variable declared in another C source file?

c volatile extern

Understanding Java volatile visibility

What is the difference between volatile & extern?

c embedded volatile

long and double assignments are not atomic - How does it matter?

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

why using volatile makes long and double atomic [duplicate]

Java threading/volatile

Singleton double-check concurrency issue

What optimization could the compiler perform in absence of the "volatile" keyword in the following code?

c embedded volatile

Java - use of volatile only makes sense in multiprocessor systems?

Usage of volatile specifier in C/C++/Java

java c++ volatile

why volatile vars are not optimized even in very simple cases?

c++ optimization volatile

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

Meaning of volatile for arrays and typecasts

c arrays casting volatile

Read an up-to date value from an Interlocked variable, with only one write on the variable

Optimizing shared array access with temporary volatile qualifier

LinkedBlockingQueue node's next is not volatile

java volatile