Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

is it harmful to use "volatile" in C?

Volatile and ArrayBlockingQueue and perhaps other concurrent objects

Does using volatile to publish immutable objects are safe?

Is there a name for this concurrency pattern?

java concurrency volatile

Is there an easier way of creating a registry volatile subkey in .net?

.net registry volatile

Notifications for volatile attributes in EMF

The getAndIncrement implementation of AtomicInteger

How does volatile keyword ensure an object`s fields are visible to other threads?

java concurrency volatile

alternatives for volatile array

Java Thread Shared Object Synchronization Issue

Can I use mutex or key word(static) instead of volatile in C++?

c++ mutex volatile

Is logback isDebugEnabled() slow on a multi core CPU?

Varhandles and volatile and memory access

java volatile

What are some of the optimization compilers perform on read that requires the use of Volatile keyword?

c++ volatile

I am confused, is volatile really useful?

java volatile

CUDA volatile and threadfence

Using a volatile string as the format string with printf()

c constants volatile

do we need volatile when implementing singleton using double-check locking

Volatile keyword not able to use properly [closed]

java volatile java-threads

Why doesn't PostgreSQL give a warning when calling a volatile function from a stable function?