Search code examples
Natural alignment + volatile = atomic in C++11?...


c++11atomicvolatilestdatomic

Read More
Do I have any fault for this java:S3077?...


javavolatilelazy-initializationdouble-checked-lockingsonarcloud

Read More
Problem about shared variable between threads in Java(11)...


javathread-safetyvolatile

Read More
What is the meaning of the *(volatile void**) in c?...


cpointersembeddedvolatiledouble-pointer

Read More
Is the order of writes to separate members of a volatile struct guaranteed to be preserved?...


c++cconcurrencylanguage-lawyervolatile

Read More
Changing member value from start() in Application and save reference to ui components...


javamultithreadingjavafxthread-safetyvolatile

Read More
When AtomicInteger is faster than synchronized...


javaconcurrencysynchronizationvolatileatomicinteger

Read More
double check locking without volatile (but with VarHandle release/acquire)...


javaconcurrencyvolatiledouble-checked-locking

Read More
I expect infinite loop,but not,why?...


javavolatile

Read More
how to place global variables placed adjacent? (without setting it at linker script)...


cgcccompiler-errorsvolatile

Read More
Sequential consistency volatile explanation...


javamultithreadingconcurrencyvolatilejava-memory-model

Read More
Deep understanding of volatile in Java...


javavolatilelock-freememory-barriersjava-memory-model

Read More
How to write multi-byte values to shared memory in C++14?...


c++c++14shared-memoryvolatile

Read More
How to define universal function for bit setting in C++?...


c++embeddedbit-manipulationmicrocontrollervolatile

Read More
replace `getIntVolatile(Object var1, long var2)` with `getInt(Object var1, long var2)` in the implem...


javaatomicvolatile

Read More
Combining Interlocked.Increment and Volatile.Write...


c#concurrencyvolatile

Read More
Avoid Using Volatile Fix...


javaconcurrencysonarqubevolatilepmd

Read More
Is is necessary to use volatile when writing to hardware in C or C++?...


c++chardwarevolatile

Read More
Is volatile needed only once or on each derived pointers from a MMIO mmap'd address pointer?...


c++volatile

Read More
C string standard library, memset and discarded volatile keyword...


cvolatilexc32

Read More
Does the C++ volatile keyword introduce a memory fence?...


c++multithreadingc++11volatile

Read More
volatile for signal handler and multi-threading...


c++cmultithreadingvolatile

Read More
Changing value of volatile const - G++ vs Visual Studio 2019...


c++constantsg++visual-studio-2019volatile

Read More
why using volatile with synchronized block?...


javamultithreadingvolatilesynchronizeddouble-checked-locking

Read More
What is a usecase for Java AtomicReference#getAndSet?...


javaconcurrencyvolatileatomicreference

Read More
does volatile keword in java really have to do with caches?...


javacachingvolatile

Read More
Is restricted the opposite of volatile?...


cassemblyx86volatilerestrict-qualifier

Read More
Should volatile still be used for sharing data with ISRs in modern C++?...


c++embeddedvolatileisr

Read More
Volatile keyword on Atomic Variable...


javamultithreadingsynchronizationvolatileatomicinteger

Read More
The Java volatile Read Visibility Guarantee...


multithreadingjvmshared-memoryvolatilehappens-before

Read More
BackNext