CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
volatile
09-05
Mobile
Java volatile memory ordering and its compilation on x86-64
08-19
database
Volatile function (can be macro) that allows me to alternate between two values
08-19
Blockchain
Non volatile global var works in loop
08-10
other
Why calling method of another thread which changes volatile variable doesn't stop the thread?
07-29
Enterprise
Does Java allow a volatile read to be optimized away if the value isn't needed, also removing t
07-24
Net
Are 'volatile' and 'side effect' related?
07-23
Blockchain
volatile variable updated from multiple threads C
07-20
Net
Do we need to make a field 'volatile', if Thread1 enters sync block, updates it, is still
07-20
Net
What is the point of declaring "const volatile int *p"?
07-17
Net
Is volatile necessary for the resource used in a critical section?
07-11
Net
Correct way to check bool flag in thread
07-05
OS
How compiler enforces C volatile in ARM assembly
06-26
OS
Volatility in parallel stream api
06-22
other
Qualifier is discarded on struct pointer
05-10
Enterprise
Using setjmp and longjmp with a local jmp_buf
05-10
front end
Can a C compiler optimize the value pointed by a volatile pointer variable?
04-12
Blockchain
Iterator traits on pointer to volatile
04-04
Enterprise
How to change the value of a variable without the compiler knowing?
03-25
database
Is volatile is needed for basic primitive read write operations?
03-24
Net
Why does query_to_xml return an error for a volatile query in Postgres?
03-23
front end
Should I qualify pointer parameters with volatile if they may be changed during the execution of a f
03-15
Net
type of function in C
02-16
other
C - volatile and memory barriers in lockless shared memory access?
02-11
Net
Is it safe to assume volatile semantics when reassigning a struct field with a volatile field inside
02-11
Blockchain
Is declaring a field volatile enough in case of a single writing thread?
12-22
Enterprise
Using Java volatile keyword in non-thread scenario
12-17
OS
Non-conforming optimizations of volatile in gcc 11.1
11-23
Software engineering
Does the java memory model prevent interleaving writes from different threads between volatile varia
11-04
Software design
Comparing volatile variable to itself
11-02
Software engineering
How to solve multiple thread static variable incrementation?
10-20
database
Is it guaranteed that volatile field would be properly initialized
10-16
other
Is this understanding correct for these code about java volatile and reordering?
09-23
Mobile
Can I replace multiple volatile reads with one given all of them are executed within ReentrantLock.l
Links:
CodePudding