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
Don't really get the logic of std::atomic::compare_exchange_weak and compare_exchange_strong
Jul 22, 2026
c++
multithreading
atomic
stdatomic
compare-and-swap
Atomicity of 16-bit operations in a 32-bit system
Jul 16, 2026
c
arm
atomic
g_atomic_int_get guarantees visibility into another thread?
Jul 16, 2026
c
multithreading
gcc
pthreads
atomic
memory_order_relaxed and visibility
Jul 16, 2026
c++
atomic
cpu-architecture
stdatomic
Single bit manipulations with guaranteed atomicity
Jul 15, 2026
c++
multithreading
bit-manipulation
atomic
Is there a way to "check and set" the value of a `std::cell::Cell`?
Jul 15, 2026
rust
llvm
atomic
8/16-bit atomics on 32/64-bit processors
Jul 10, 2026
c++
atomic
cpu-architecture
stdatomic
memory-model
Can I call a function of base type class when calling store() of atomic? C++
Jul 07, 2026
c++
atomic
C++ Acquire/Release Ordering
Jul 05, 2026
c++
memory
atomic
lock-free
How to implement atomic transaction in mysql?
Jul 01, 2026
mysql
atomic
How to execute atomic write in CUDA?
Jun 30, 2026
cuda
atomic
Global variable safety when using i++ in Node.js
Jul 01, 2026
node.js
counter
atomic
event-loop
Cross-platform Support for 128-bit Atomic Operations in Clang (Compare-And-Swap or Equivalent)
Jun 30, 2026
c++
visual-c++
clang
atomic
compare-and-swap
Sqlite atomically read and update a counter?
Jun 28, 2026
sqlite
atomic
How to access the value of a std::atomic<int> as non-atomic
Jun 27, 2026
c++
atomic
stdatomic
Can a channel's Drop omit Acquire ordering, as in the Rust Atomics and Locks book?
Jun 25, 2026
multithreading
rust
atomic
channel
memory-barriers
Atomic Assignment of Reference Sized Structs
Jun 24, 2026
c#
.net
atomic
Why does MSVC generate nop instructions for atomic loads on x64?
Jun 23, 2026
c++
visual-c++
x86-64
atomic
no-op
thread safe data exchange between threads/shared memory in C++ on linux
Jun 22, 2026
c++
linux
multithreading
gcc
atomic
Older Entries »