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 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
Vector(array) of atomic variables
Nov 29, 2025
c++
arrays
vector
atomic
copy-constructor
basic SQL atomicity "UPDATE ... SET .. WHERE ..."
Nov 26, 2025
sql
atomic
Is OpenMP atomic write needed if other threads read only the shared data?
Nov 25, 2025
multithreading
openmp
shared-memory
atomic
Java AtomicInteger not equal to a million after a million iterations (minimal example included)
Nov 23, 2025
java
multithreading
concurrency
atomic
atomicinteger
C# Is value type assignment atomic?
Nov 19, 2025
c#
thread-safety
atomic
value-type
tearing
why use std::atomic if it still requires a mutex to work properly [duplicate]
Nov 18, 2025
c++
mutex
atomic
stdatomic
stdmutex
Add atomic doubles
Nov 07, 2025
java
double
atomic
What is the point of atomic.Load and atomic.Store
Nov 04, 2025
multithreading
go
assembly
parallel-processing
atomic
C11 atomics: How does a relaxed load interact with a release store on the same variable?
Nov 03, 2025
c
multithreading
atomic
memory-model
relaxed-atomics
Older Entries »