Search code examples
Java use synchronized and volatile when manipulating multiple properties and locking on a lock objec...

javasynchronizationvolatile

Read More
READ_ONCE and WRITE_ONCE in Parallel programming...

cmultithreadinglinux-kernelatomicvolatile

Read More
Is it mandatory to declare a variable volatile when I have a synchronized block to increment an int ...

javamultithreadingvolatilesynchronized

Read More
Pass non-volatile variable's address to a volatile object pointer...

catomicvolatile

Read More
Difference between Threading.Volatile.Read(Int64) and Threading.Interlocked.Read(Int64)?...

c#multithreadingvolatileinterlocked

Read More
arm gcc: store-store ordering without volatile?...

gccarmatomicvolatilememory-barriers

Read More
How to cast volatile typedef struct to non-volatile typedef struct as argument of the function...

ccastingvolatile

Read More
What Rules does compiler have to follow when dealing with volatile memory locations?...

c++multithreadingatomicvolatilelock-free

Read More
Safe to use volatile bool to force another thread to wait? (C++)...

c++multithreadingthread-safetybooleanvolatile

Read More
Why not volatile on System.Double and System.Long?...

c#.netmultithreadingvolatile

Read More
Is Volatile.Read / Volatile.Write for "double" atomic?...

c#multithreading.net-4.5volatilethread-synchronization

Read More
OpenCL kernel communication using volatile memory...

synchronizationopenclvolatile

Read More
Formal understanding of volatile semantic...

clanguage-lawyervolatilesequence-points

Read More
Clarification about conv.qual#1...

c++constantslanguage-lawyervolatile

Read More
How to keep from duplicating methods in volatile classes...

c++volatilemember-functionsexplicit-object-parameter

Read More
How many usage does "volatile" keyword have in C++ function, from grammar perspective?...

c++functionvolatilefunction-qualifier

Read More
Is gcc optimizing out my wait code, despite marking it volatile?...

cgccembeddedinline-assemblyvolatile

Read More
Why does Unsafe.fullFence() not ensuring visibility in my example?...

javax86volatilejvm-hotspotmemory-barriers

Read More
Use of volatile in circular buffers with interrupts...

cembeddedvolatilecircular-buffer

Read More
Understanding the working of volatile keyword...

kotlinvolatiledata-race

Read More
C++ - What does volatile represent when applied to a method?...

c++volatile

Read More
How can we execute Java threads in a sequence?...

multithreadingjava-8volatilecountdownlatch

Read More
GLM library deprecation warnings around volatile in C++20...

c++floating-pointc++20volatileglm-math

Read More
Using `volatile` has unexpected results...

c++volatile

Read More
Which cpus have explicit cache flush assembly instructions?...

assemblycpu-architecturevolatilecpu-cache

Read More
Why does adding a volatile qualifier to a variable not prevent instruction reordering?...

c++assemblyconcurrencyvolatile

Read More
Volatile keyword in C...

cvolatile

Read More
Java volatile and happens-before...

javaconcurrencyvolatilehappens-before

Read More
C - volatile and memory barriers in lockless shared memory access?...

cconcurrencyshared-memoryvolatilememory-barriers

Read More
Generic Volatile.Read to Thread.VolatileRead conversion...

c#multithreading.net-4.0volatilelock-free

Read More
BackNext