Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

Are volatile data members trivially copyable?

C++ volatile object, nonvolatile member

c++ volatile

Volatile not working as expected

Is this C++ AtomicInt implementation correct?

c++ arm embedded atomic volatile

Intermediate pointers in cast must be "const qualified" - why?

c gcc constants volatile

Is the compiler allowed to optimize out dynamic_cast of a volatile pointer when the compiler doesn't see a possible type which can fulfill the cast?

what happens after writing to a volatile variable?

java volatile

Volatile array of arrays

Java volatile loop

java volatile

Volatile keyword in multicore vs single processor?

Full volatile Visibility Guarantee

If I declare an instance variable as volatile, will the object of this class be volatile?

c++ volatile

memory mapped files and pointers to volatile objects

Correct behaviour of trivial statements involving expressions with volatile variables?

What happens if a volatile variable is written from 2 threads?

Is it legal to optimize away stores/construction of volatile stack variables?

Where does the standard define that a volatile variable can change?

How can I safely iterate a lua table while keys are being removed

Fields read from/written by several threads, Interlocked vs. volatile

Volatile keyword in java under the hood