Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

volatile overloading?

c++ overloading volatile

Why doesn't POSIX mmap return a volatile void*?

c pointers posix volatile mmap

volatile DateTime

Volatile: why prevent compiler reorder code

Is 'volatile' needed in this multi-threaded C++ code?

c++ multithreading volatile

What is meant by "fast-path" uncontended synchronization?

when should a member function be both const and volatile together?

c++ constants volatile

Discarded value expressions of volatile class type behave differently than those of volatile built-in types

Java - cache coherence between successive parallel streams?

java caching volatile

Is volatile needed when variable is only read during interrupt

c embedded interrupt volatile

What is the cost of the volatile keyword in a multiprocessor system?

c# multithreading volatile

Why would I place a synchronized block within a single-threaded method?

Requirements for behavior of pointer-to-volatile pointing to non-volatile object

c language-lawyer volatile

Is `*(volatile T*)0x1234;` guaranteed to translate into read instruction?

c volatile

Java: Caching of non-volatile variables by different threads

java concurrency volatile

Volatile in java

java concurrency volatile

volatile declaration on int primitive type

volatile synchronized combination for performance

Does "volatile" guarantee anything at all in portable C code for multi-core systems?

what is the reasoning behind volatile semantics in Java and C#