Search code examples
Java memory model - volatile and x86...


javamultithreadingcpuvolatilejava-memory-model

Read More
Differences between volatile and atomic...


javamultithreadingvolatileatomic

Read More
Java Concurrency - How far can the volatile keyword influence...


javaconcurrencyvolatile

Read More
volatile argument in sc_memset...


ctypedefvolatilememset

Read More
Does this prefetch256() function offer any protection against cache timing attacks on AES?...


ccpu-architecturevolatilecpu-cachetiming-attack

Read More
Reason for using Volatile.Write at the beginning of a method...


c#.netmultithreadingvolatilespinlock

Read More
Why volatile does not solve data race during comparison...


javamultithreadingvolatile

Read More
Is marking String type reference as Volatile safe?...


javastringimmutabilityvolatile

Read More
Java non-empty loop will effect thread reading static variables?...


javamultithreadingstaticvolatile

Read More
Is it safe to access an object X within a synchronized block defined on object Y?...


javamultithreadingsynchronizedvolatile

Read More
Simulating Field-visibility problem in Java...


javamultithreadingvolatile

Read More
What happens if a volatile variable is written from 2 threads?...


javamultithreadingvolatile

Read More
Synchronized block in Singleton Pattern (Java)...


javamultithreadingsynchronizedvolatile

Read More
Java 'final' instance variable - visibility and propagation of variable's internal state...


javaconcurrencyvolatilefinal

Read More
Why access volatile variable is about 100 slower than member?...


javaperformancevolatile

Read More
Would a thread handling a subsequent network request be guaranteed to see the value of a volatile va...


javamultithreadingvolatile

Read More
C++ assign operator to copy between volatile and non-volatile instances of a class...


c++volatile

Read More
extending class and making variables volatile...


javaclassvolatileextends

Read More
Why/when are session writes vulnerable to thread termination?...


asp.netsessionvolatileresponse.redirectrisk-analysis

Read More
Local variables construction and destruction with optimizer involved...


c++optimizationvolatileallocationdestruction

Read More
Conversions between volatile, const, volatile const, and "neither" types...


c++pointersconstantsimplicit-conversionvolatile

Read More
Can I replace the atomic with a volatile in an one-reader/one-writer queue?...


c++multithreadingatomicvolatilehappens-before

Read More
Thread-safety while reading bool property without locks...


c#multithreading.net-corethread-safetyvolatile

Read More
why java double check lock singleton must use the volatile keyword?...


javaconcurrencyvolatile

Read More
Gcc optimizes condition...


cmultithreadinggccthread-safetyvolatile

Read More
Using a flag to communicate between threads...


cparallel-processingpthreadsvolatilememory-barriers

Read More
Program won't end after catching SIGINT before pressing ENTER?...


cvolatilesigintsignal-handling

Read More
When does dynamic initialization of static volatile variable happen?...


c++staticvolatilestatic-initialization

Read More
C++ volatile: guaranteed 32-bit accesses?...


c++linuxhardwarevolatile

Read More
What are "undetectable means" and how can they change objects of a C/C++ program?...


c++cobjectmemoryvolatile

Read More
BackNext