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
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
How to decrement one field and increment another field atomically in java using concurrency classes
Dec 13, 2025
java
concurrency
atomic
Atomic operations over a list
Dec 12, 2025
c
concurrency
atomic
test-and-set
When should `std::atomic` be used? [duplicate]
Dec 12, 2025
multithreading
operating-system
pthreads
mutex
atomic
Acquire/Release VS Sequential Consistency in C++11?
Dec 12, 2025
c++
atomic
memory-barriers
memory-model
stdatomic
Older Entries »