Search code examples
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
Why does adding a volatile qualifier to a variable not prevent instruction reordering?...


c++assemblyconcurrencyvolatile

Read More
Where should I use 'volatile'?...


ccompiler-constructionoperating-systemvolatilelinux-device-driver

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
Shared-memory through shm_open and mmap: how do I avoid thread or process local caches when reading ...


cipcshared-memoryvolatile

Read More
Dereference a pointer to volatile structure in C++...


c++castingoperator-overloadingvolatile

Read More
Is it guaranteed that volatile field would be properly initialized...


javavolatilejava.util.concurrentjava-memory-model

Read More
When to use volatile with shared CUDA Memory...


cudagpgpuvolatilegpu-shared-memory

Read More
Why using "volatile" keyword for shared memory is not possible when atomic operations are ...


cudaatomicvolatilegpu-shared-memory

Read More
Do non-static member variables in a C++ struct/class need to be marked as volatile to be treated as ...


c++volatilemember-functions

Read More
CUDA volatile and threadfence...


cudacomparatorvolatilememory-barriers

Read More
Doubts related to volatile , immutable objects, and their use to achieve synchronization...


javasynchronizationimmutabilityvolatile

Read More
BackNext