Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

Java: Is volatile / final required for reference to synchronized object?

Should volatile be used when mapping GPU memory?

c++ opengl gpu volatile vulkan

C++ Volatile Placement New

c++ volatile placement-new

In Java, how can I ensure safe and consistent concurrent usage of a boolean flag while minimizing time performance impact?

java: `volatile` private fields with getters and setters

why can't a local variable be volatile in C#?

c# multithreading volatile

Why does std::cout convert volatile pointers to bool?

When to use 'volatile' or 'Thread.MemoryBarrier()' in threadsafe locking code? (C#)

What is the purpose of 'volatile' keyword in C#

c# multithreading volatile

Volatile variables

c# c volatile

Thread Synchronisation 101

Do we need to synchronize access to an array when the array variable is volatile?

Performance consequence of volatile member functions

c++ multithreading volatile

Why doesn't C# volatile protect write-read reordering?

Java volatile and cache coherence

java volatile

How can assigning a variable result in a serious performance drop while the execution order is (nearly) untouched?

benchmarking, code reordering, volatile

An equivalent to Java volatile in Python

java python volatile

Is volatile int in C as good as std::atomic<int> of C++0x?

c c++11 atomic volatile

CancellationTokenSource vs. volatile boolean