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
CMake: Library order in CMAKE_REQUIRED_LIBRARIES to test a minimal program while configuring
Sep 21, 2025
c++
c++11
cmake
atomic
raspbian
Helgrind and atomic_flag
Sep 20, 2025
c++
valgrind
atomic
spinlock
Is there a way to have a version of std::atomic's compare_exchange_strong method that exchanges on inequality?
Sep 20, 2025
c++
atomic
stdatomic
compare-and-swap
Event Sourcing/CQRS doubts about aggregates, atomicity, concurrency and eventual consistency
Sep 19, 2025
concurrency
cqrs
event-sourcing
atomic
eventual-consistency
C++ decrementing an element of a single-byte (volatile) array is not atomic! WHY? (Also: how do I force atomicity in Atmel AVR MCUs/Arduino)
Sep 17, 2025
c++
arduino
interrupt
atomic
avr
How to make a tornado request atomic in the Database
Sep 15, 2025
python
transactions
tornado
atomic
python-decorators
Clojure function that waits on the completion of another function before executing
Sep 16, 2025
concurrency
clojure
atomic
Why does the thread sanitizer complain about acquire/release thread fences?
Sep 14, 2025
c++
atomic
memory-barriers
stdatomic
thread-sanitizer
Class with a deleted copy constructor can be still copied?
Sep 13, 2025
c++
c++17
atomic
copy-constructor
move-constructor
Do you expect that future CPU generations are not cache coherent?
Sep 09, 2025
multithreading
caching
multicore
atomic
cpu-architecture
What is the C++ 11 atomic library equivalent of Java's AtomicMarkableReference<T>
Sep 08, 2025
java
c++
c++11
atomic
lock-free
Do I always need to protect a variable by mutex / atomic?
Sep 05, 2025
c++
multithreading
mutex
atomic
Why doesn't C++20 use `requires` to restrict the T for atomic<T>?
Sep 08, 2025
c++
atomic
c++20
c++-concepts
Atomicity and memory order in Java
Sep 08, 2025
java
multithreading
synchronization
atomic
memory-model
WRITE_ONCE and READ_ONCE in linux kernel
Sep 07, 2025
c
linux-kernel
atomic
volatile
lock-free
Is this the correct way to atomically read and write a bool?
Sep 05, 2025
c++
multithreading
atomic
c++98
How can atomicModifyIORef cause leaks? And why does atomicModifyIORef' solve the problem?
Sep 05, 2025
haskell
memory-leaks
functional-programming
atomic
ioref
In C++, which Standard Library functions (if any) are required to implicitly provided an atomic memory fence?
Sep 05, 2025
c++
multithreading
c++11
atomic
memory-barriers
Is Python unpacking thread safe?
Sep 03, 2025
python
multithreading
thread-safety
atomic
Older Entries »