Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

Memory visibility guarantees provided by intrinsic locking in Java?

Stop thread using volatile

Overloading class for both volatile and non-volatile instances

c++ overloading volatile

Java - static & volatile necessary when not instantiating objects?

Need of volatile keyword in case of DCL

Is a volatile hashmap sufficient in this case?

Is the following java code thread safe without volatile?

Can I make a variable temporarily volatile?

c gcc optimization volatile

Will making a variable volatile work if I take copy it to another variable and try to change that?

A puzzle on how Java implement volatile in new memory model (JSR 133)

java concurrency jvm volatile

std::copy on pointers to volatile data

Use of volatile in Singleton(Bill Pughs Solution)

About Unsafe.getObjectVolatile usage

java concurrency volatile

synchronize without volatile

Incompatibility with Java 7

Is there a way to verify if a Windows registry key is volatile (REG_OPTION_VOLATILE)?

registry volatile

Portable thread class implemented in C++

c++ multithreading volatile

Can volatile keyword be used for building thread safe auto clear cache?