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
Atomic 128-bit Memory Mode Selection
Feb 22, 2026
c++
c
gcc
concurrency
atomic
Does clang support _Atomic Pointer Arithmetic
Feb 23, 2026
c
clang
atomic
In java, when variables such as Long, long, Double ,double are autoboxing or unboxing, is reading or writing operation atomic?
Feb 22, 2026
java
multithreading
atomic
jls
java-memory-model
Adding double within a parallel loop - std::atomic<double>
Feb 21, 2026
c++
multithreading
concurrency
atomic
parallel-for
Avoiding race conditions, but still being able to roll back
Feb 21, 2026
php
mysql
email
atomic
race-condition
How does the Unit of Work pattern accommodate references to new aggregates?
Feb 18, 2026
c#
design-patterns
domain-driven-design
unit-of-work
atomic
Creating a counter with atomic_fetch_add_explicit
Feb 17, 2026
c
atomic
c11
How to atomically reset a shared_ptr?
Feb 17, 2026
c++
shared-ptr
atomic
OpenMP atomic compare and swap
Feb 18, 2026
openmp
atomic
Are Subversion commits atomic?
Feb 17, 2026
svn
commit
atomic
Atomic Saxpy in CUDA
Feb 16, 2026
cuda
mutex
atomic
Can multiple threads synchronize a load with a single store using memory_order_acquire using std::atomic
Feb 16, 2026
c++11
atomic
In C++11 std::atomic, what is the memory_order used for operators like ++, -- and +=?
Feb 15, 2026
c++
c++11
std
atomic
Concurrent File.Move of the same file
Feb 14, 2026
c#
.net
file
atomic
Does std::mutex enforce cache coherence?
Feb 13, 2026
c++
caching
synchronization
mutex
atomic
std::atomic vs static variable for thread synchronization
Feb 12, 2026
c++
multithreading
synchronization
atomic
Is the load part of a read-modify-write operation of atomic object guaranteed to read the last value in modification order compared to load operation?
Feb 07, 2026
c++
language-lawyer
c++20
atomic
Can variables inside packed structures be read atomically?
Feb 07, 2026
c
arm
atomic
Interlocked.CompareExchange if not equal? [duplicate]
Feb 06, 2026
c#
multithreading
atomic
interlocked
Initialization of std::atomic before and after C++20
Feb 05, 2026
c++
c++17
atomic
c++20
Older Entries »