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 stdatomic
In C++, is there any effective difference between a acquire/release atomic access and a relaxed access combined with a fence?
Mar 12, 2023
c++
multithreading
memory-barriers
memory-model
stdatomic
C++ memory model: do seq_cst loads synchronize with seq_cst stores?
Mar 09, 2023
c++
language-lawyer
atomic
memory-model
stdatomic
Is mov + mfence safe on NUMA?
Mar 04, 2023
c++
x86
memory-model
numa
stdatomic
Does the memory fence involve the kernel
Mar 05, 2023
c++
performance
atomic
memory-barriers
stdatomic
Can't relaxed atomic fetch_add reorder with later loads on x86, like store can?
Mar 03, 2023
c++
multithreading
cpu-architecture
memory-barriers
stdatomic
A readers/writer lock... without having a lock for the readers?
Jan 26, 2023
c++
concurrency
lock-free
stdatomic
lockless
Resize a vector of atomic?
Jan 13, 2023
c++
multithreading
vector
atomic
stdatomic
Why is it not possible to instantiate an atomic pair?
Jan 03, 2023
c++
std-pair
stdatomic
Should std::atomic variables use "normal" syntax or "load" and "store"?
Dec 27, 2022
c++
c++11
atomic
stdatomic
Memory order consume usage in C11
Dec 16, 2022
c
multithreading
c11
stdatomic
How is std::atomic implemented
Dec 15, 2022
c++
multithreading
mutex
lock-free
stdatomic
Correct usage of std::atomic
Dec 11, 2022
c++
multithreading
thread-safety
stdatomic
Why my std::atomic<int> variable isn't thread-safe?
Dec 08, 2022
c++
thread-safety
atomic
race-condition
stdatomic
What is the difference between load/store relaxed atomic and normal variable?
Dec 04, 2022
c++
c++11
atomic
memory-barriers
stdatomic
Can we use std::atomic<std::array<>>? [duplicate]
Nov 22, 2022
c++
c++11
g++
libstdc++
stdatomic
Mixing Relaxed and Release-Acquire Memory Orders
Nov 09, 2022
c++
multithreading
synchronization
atomic
stdatomic
Safely and unambiguously manipulating atomic variables in C++11
Oct 23, 2022
c++
multithreading
c++11
atomic
stdatomic
Measuring How Slow Atomic Increments are As Compared to Regular Integer Increments
Oct 20, 2022
c++11
atomic
stdatomic
Older Entries »