Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

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?

How is memory inconsistency different from thread interleaving?

Value of volatile variable doesn't change in multi-thread

Does changing a volatile field update the object?

java concurrency volatile

Figure out if reflected field is volatile

c# reflection volatile

Deep understanding of volatile in Java

C/C++ volatile variable accessed from another module

c volatile