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 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
Atomic function pointer call compiles in gcc, but not in clang and msvc
Dec 07, 2025
c++
language-lawyer
atomic
stdatomic
Are reads/writes of 64-bit values atomic on a 64-bit cpu? [closed]
Dec 05, 2025
c#
.net
atomic
32bit-64bit
race condition using OpenMP atomic capture operation for 3D histogram of particles and making an index
Dec 05, 2025
c++
multithreading
histogram
openmp
atomic
Why are mutexes different from atomic operations in that the former is OS level and the latter is processor level?
Dec 05, 2025
c++
multithreading
c++11
mutex
atomic
How to atomically create a file in a non-existing folder?
Dec 04, 2025
c#
file
directory
atomic
Synchronizing access to data using a "got there first" flag, instead of a lock/mutex
Nov 30, 2025
c++
multithreading
c++11
atomic
Do atomics in C++11 prevent compiler to re-read from shared variables?
Nov 30, 2025
c++
c++11
atomic
memory-model
Why atomic provide the compare_exchange_strong?
Nov 29, 2025
java
atomic
« Newer Entries
Older Entries »