Search code examples
Do atomics in Java guarantee ordering or only uniqueness?...


javaconcurrencyatomicjava.util.concurrentjava-memory-model

Read More
Itanium seq_cst Fence and Relaxed Atomics Not Using Plain Loads and Stores...


c++cpu-architectureatomicmemory-barriersitanium

Read More
Is std::atomic<bool> trivially copyable?...


c++language-lawyeratomicstdatomictrivially-copyable

Read More
Does the the 2+2W litmus test code in the 'Repairing Sequential Consistency' paper have a pr...


cmultithreadinglanguage-lawyeratomicc11

Read More
What is wrong with this assembly script (wasm) sync barrier using atomics (threads proposal)?...


atomicwebassemblyassemblyscript

Read More
In C++ atomic operations, are the generated values allowed to circularly depend on their own computa...


c++multithreadingcpu-architectureatomicarm64

Read More
Correct memory ordering for atomic counter to check association between mutexes and condition variab...


cpthreadsatomicreference-counting

Read More
How to implement atomic IO in your own DBMS?...


javadatabasefile-ioatomic

Read More
Is a conforming implementation permitted to transform this example to eliminate the load operation?...


c++language-lawyeratomic

Read More
In C++ atomic operations, are the generated values allowed to circularly depend on their own computa...


c++multithreadingcpu-architectureatomicarm64

Read More
What are atomic operations for newbies?...


multithreadingconcurrencyoperating-systemsynchronizationatomic

Read More
How to achieve a StoreLoad barrier in C++11?...


c++language-lawyeratomicmemory-barriersstdatomic

Read More
Is this proof by contradiction a correct way to formally prove the behavior of this simple program w...


c++language-lawyeratomicstdatomicproof-of-correctness

Read More
Does this CAS operation, which is a pure load with a seq_cst memory order, guarantee the assertion n...


c++multithreadinglanguage-lawyeratomic

Read More
Is compound assignment on atomic variables guaranteed to be atomic prior to C23?...


clanguage-lawyeratomic

Read More
How to implement `BEGIN ATOMIC` in PostgreSQL...


databasepostgresqltransactionsatomicpostgresql-11

Read More
What is ATOMIC_FLAG_INIT and how is it supposed to be used?...


c++c++17atomicstdatomic

Read More
Fencing in old C++ compilers...


c++multithreadingatomicc++98

Read More
Can the compiler choose memory ordering for atomic operations?...


cthread-safetyatomiccompiler-optimizationmemory-barriers

Read More
Are the lock and unlock methods of a mutex object considered as modifications to the object?...


c++language-lawyerlockingatomicstdmutex

Read More
Why is atomicity needed for the variable counter in this Linux kernel module which only runs code fr...


clinuxlinux-kernelatomickernel-module

Read More
Genuinely test std::atomic is lock-free or not...


c++c++11concurrencyatomiclock-free

Read More
What are the various ways to disable and re-enable interrupts in STM32 microcontrollers in order to ...


cstm32atomicinterrupt

Read More
Does std::atomic remain atomic when a struct is allocated with malloc?...


c++stdatomicstdatomic

Read More
C++11 Implementation of Spinlock using header `<atomic>`...


c++multithreadingatomicstdatomicspinlock

Read More
Is such thread-id based synchronization safe and neat?...


c++multithreadingsynchronizationatomic

Read More
Replacing atomic-polyfill::AtomicUsize::fetch_add with critical-section on thumbv6m-none-eabi...


rustatomiccritical-sectionrust-no-std

Read More
Can (and should) a page table entry contain its own lock on RISC-V in Rust?...


rustsynchronizationatomicriscvpaging

Read More
Memory barriers in virtual environments - do they interrupt other cores?...


c++performancecpu-architectureatomicmemory-barriers

Read More
How can I use atomic variables in C?...


clinuxatomic

Read More
BackNext