Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in atomic
Update Two Related Files On Disk In a "Secure" Way?
Jan 26, 2026
python
linux
binary
atomic
atomic arguments order of execution in C
Jan 25, 2026
c
atomic
How to implement AtomicU32, an atomic 32-bit integer type?
Jan 25, 2026
rust
atomic
is std::atomic::fetch_add a serializing operation on x86-64?
Jan 22, 2026
c++
x86
atomic
stdatomic
relaxed-atomics
Are computeIfPresent and computeIfAbsent when used one after another considered as atomic operations?
Jan 20, 2026
java
multithreading
thread-safety
atomic
concurrenthashmap
C++20: How to wait on an atomic object with timeout?
Jan 21, 2026
c++
timeout
atomic
semaphore
c++20
Atomic file replacement in Clojure
Jan 21, 2026
file
clojure
atomic
OpenMP atomic: Difference between write and update
Jan 20, 2026
c
openmp
atomic
How atomic Operations work and how thread can't be preempted. Is it OS guarantee or JVM guarantee?
Jan 20, 2026
java
multithreading
atomic
Do I need to synchronize writes to memory mapped file from different threads before flushing and unmapping it?
Dec 30, 2025
multithreading
synchronization
atomic
mmap
memory-mapped-files
What are the various ways to disable and re-enable interrupts in STM32 microcontrollers in order to implement atomic access guards?
Dec 24, 2025
c
stm32
atomic
interrupt
Is reordering really a useful concept for multithread program reasoning?
Dec 23, 2025
c++
language-lawyer
atomic
memory-barriers
memory-model
Can std::atomic_flag be used in a signal handler
Dec 21, 2025
c++
c++17
language-lawyer
atomic
signal-handling
Why second spin in Spinlock gives performance boost?
Dec 17, 2025
c++
performance
atomic
Can multiple readers synchronize with the same writers with acquire/release ordering?
Dec 15, 2025
c++
atomic
memory-barriers
stdatomic
memory-model
Does OpenMP atomic apply to line, to variable name or to actual memory address?
Dec 15, 2025
c++
arrays
parallel-processing
openmp
atomic
Is comparing 2 int's an atomic operation?
Dec 13, 2025
c++
gcc
atomic
Older Entries »