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
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
Is Singleton object returned through shared_ptr thread-safe?
Dec 11, 2025
c++
singleton
atomic
rvo
How to avoid race condition when refcounting without a mutex?
Dec 10, 2025
c++
atomic
lock-free
Is this Singleton Implementation Thread-Safe?
Dec 09, 2025
c++
multithreading
thread-safety
singleton
atomic
If atomic_compare_exchange isn't atomic on its own thread, how can it implement a lock?
Dec 08, 2025
c++
multithreading
atomic
« Newer Entries
Older Entries »