Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in volatile

Re-ordering of assignments and adding a fence

Java seems to support volatile fields of type long, while C# does not - What are the reasons behind this?

C# volatile double

c# .net volatile

volatile for reference type in .net 4.0

c# .net volatile

Why is "volatileQualifiedExpr + volatileQualifiedExpr" not necessarily UB in C but in C++?

c++ c volatile side-effects

Volatile fields in C#

C and C++ compilers with "aggressive" volatile semantics

c++ c x86 volatile smp

How to guarantee that an update to "reference type" item in Array is visible to other threads?

What does a LoadLoad barrier really do?

java concurrency volatile

evaluating/accessing a structure

c gcc struct volatile

Why don't we need volatile with StampedLock?

Making thread_local variables fully volatile

Can a volatile variable that is never assigned null to ever contain null?

Is `memcpy((void *)dest, src, n)` with a `volatile` array safe?

What is the purpose of the const_cast<> on a volatile?

c++ casting standards volatile

Preferring synchronized to volatile

Are volatile reads and writes atomic on Windows+VisualC?

Java: How exactly do synchronized operations relate to volatility?

Can I avoid using locks for my seldomly-changing variable?

volatile and non-volatile bitfields

c arm volatile bit-fields