Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

Usefulness of volatile in concurrent programming since C++11

c++ c++11 concurrency volatile

volatile + object combination disallowed in C++?

Calling volatile member function using not volatile object in C++

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

What I do not understand about volatile and Memory-Barrier is

volatile identifier in java

java thread-safety 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?