Search code examples
Qualifier is discarded on struct pointer...

cpointersdeclarationtypedefvolatile

Read More
memcpy for volatile arrays in gcc C on x86?...

gccx86volatilememcpylock-free

Read More
Is `memcpy((void *)dest, src, n)` with a `volatile` array safe?...

ccastinginterruptvolatilememcpy

Read More
Can a label (branch target) be labeled "volatile" to prevent it from being touched by GCC ...

cgcclabelvolatile

Read More
compareAndSwap a common member ( non-volatile member ) still has memory semantics of volatile read a...

javavolatileunsafecompare-and-swap

Read More
Is `volatile` required for shared memory accessed via access function?...

c++cembeddedvolatile

Read More
Does the semantics of java volatile guarantee that wrong results will not appear? (Two threads write...

javavolatilejlshappens-before

Read More
Is volatile enough for changing reference to a list?...

javaconcurrencyvolatile

Read More
Volatile reference to mutable object - will updates to the object's fields be visible to all thr...

javamultithreadingvolatilejava-memory-model

Read More
Difference between Interlocked.Exchange and Volatile.Write?...

c#thread-safetyvolatilethread-synchronizationinterlocked

Read More
Why is volatile deprecated in C++20?...

c++volatilec++20

Read More
C# volatile array items?...

c#.netmultithreadingarraysvolatile

Read More
Iterator traits on pointer to volatile...

c++iteratorlanguage-lawyervolatile

Read More
How to change the value of a variable without the compiler knowing?...

ccompilationvolatile

Read More
Is volatile is needed for basic primitive read write operations?...

c#multithreadinglockingvolatile

Read More
Why does query_to_xml return an error for a volatile query in Postgres?...

sqlxmlpostgresqlvolatile

Read More
Should I qualify pointer parameters with volatile if they may be changed during the execution of a f...

c++cvolatile

Read More
Is there any reason to prefer Interlocked over volatile for an Immutable Collection where updates do...

c#concurrencyimmutabilityvolatileinterlocked

Read More
Memory semantics of java.lang.ref.Reference methods...

javaconcurrencyreferencevolatileconsistency

Read More
Can a pointer be volatile?...

c++pointersvolatile

Read More
Reading and writing to boxed double values thread safe with no lock?...

c#thread-safetyvolatileboxing

Read More
Can we have an AtomicEnum in Java?...

javamultithreadingenumssynchronizedvolatile

Read More
Is it safe to assume volatile semantics when reassigning a struct field with a volatile field inside...

c#multithreadingthread-safetyvolatilememory-barriers

Read More
An explanation on rules and interpretations of CVR type qualifications in C...

cconstantsvolatiletype-declarationrestrict-qualifier

Read More
is volatile HashMap enough for single writer multiple readers in java?...

javaconcurrencyvolatile

Read More
volatile with release/acquire semantics...

c#javavolatilememory-modeljava-memory-model

Read More
The volatile key word and memory consistency errors...

javamultithreadingvolatile

Read More
c - running 2 threads in parallel with a shared variable...

cmultithreadingpthreadsvolatile

Read More
Does the command WATCH in Redis behave in the same way as volatile variable in Java?...

javaredisconcurrencyvolatile

Read More
Volatile vs. Interlocked vs. lock...

c#multithreadinglockingvolatileinterlocked

Read More
BackNext