Search code examples
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
What is the purpose for std::construct_at to cast through a pointer to volatile when using placement...

c++castingvolatileobject-construction

Read More
Is it thread-safe to lazily initialize references if the written value is always the same?...

javamultithreadingconcurrencyvolatile

Read More
Does the correct use of "volatile" still (always) result in a program with undefined inter...

cshared-memoryvolatile

Read More
Volatile variable in multithreading program in java...

javamultithreadingvariablesvolatilejava-threads

Read More
Is Python (cpython) behavior with respect to memory barriers and atomicity etc. guaranteed?...

pythonmultithreadingvolatilememory-barriers

Read More
Read volatile variable has persistent effect? Misra C...

cvolatilemisra

Read More
C++ static array initiation: does inline initialization reserve space?...

c++arraysstaticavrvolatile

Read More
set a flag in int variable from different context on bare metal controller...

c++volatilec++20bitflags

Read More
Reason for volatile nonstatic local variable in C...

cembeddedvolatile

Read More
Using struct object for a binary search operation...

c++functionstructvolatile

Read More
if statement, function evaluation & compiler optimization...

cif-statementcompiler-optimizationvolatileevaluation

Read More
volatile was removed and now has no effect. Use with torch.no_grad(): instead...

pytorchvolatile

Read More
java - volatile semantics in ConcurrentHashMap...

javaconcurrencyvolatileconcurrenthashmapjava-memory-model

Read More
How would I stop a loop in Android, based on the app's life cycle...

androidkotlinandroid-lifecyclevolatileactivity-lifecycle

Read More
Why AbstractOwnableSynchronizer.exclusiveOwnerThread is not declared as volatile?...

javavolatilereentrantlock

Read More
Why Spring KafkaTemplate doesn't set its instance variable "messageConverter" to volat...

springapache-kafkaspring-kafkavolatile

Read More
Why is volatile int convertible to int but volatile T is not convertible to T?...

c++type-conversionlanguage-lawyervolatile

Read More
java - synchronization and volatile variable...

javaconcurrencysynchronizationvolatilejava-memory-model

Read More
Volatile happens-before relationship when there's mix of volatile and non-volatile fields...

javamultithreadingvolatilehappens-before

Read More
Is it necessary to make `AtomicBoolean` also `volatile`?...

javaconcurrencyvolatileatomicatomicboolean

Read More
Using volatile for skipping method execution...

javavolatile

Read More
When not to use volatile?...

multithreadingconcurrencyvolatilejava-memory-modelnon-volatile

Read More
Does Interlocked.CompareExchange use a memory barrier?...

c#multithreadingoptimizationvolatilememory-model

Read More
How do I get a volatile function argument working?...

c++volatile

Read More
BackNext