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
std::atomic not supported by clang?
Aug 27, 2022
c++
clang
atomic
stdatomic
How to multiply two values and store the result atomically?
Oct 25, 2021
c++
multithreading
concurrency
atomic
stdatomic
Why do GCC atomic builtins need an additional "generic" version?
Jul 16, 2021
c
gcc
intrinsics
stdatomic
Atomic decrement-and-test in C
Jan 07, 2022
c
atomic
c11
stdatomic
How to assign a vector of atomic types?
Aug 31, 2022
c++
multithreading
c++11
stdvector
stdatomic
c++ 11 std::atomic_flag, am I using this correctly?
Jan 25, 2018
c++
multithreading
c++11
stdatomic
std::atomic<int> memory_order_relaxed VS volatile sig_atomic_t in a multithreaded program
Jun 07, 2021
c++
multithreading
volatile
memory-model
stdatomic
fetch_add with acq_rel memory order
Apr 27, 2019
c++
atomic
memory-model
stdatomic
error C2280: attempting to reference a deleted function (atomic<int>)
Mar 20, 2018
c++
c++11
stdatomic
is it ok to use std::atomic with a struct that is POD except that it has a construtor?
Sep 07, 2022
c++
struct
stdatomic
C11/C++11 weak memory benchmarks
Jan 06, 2022
c++
c
atomic
memory-model
stdatomic
For purposes of ordering, is atomic read-modify-write one operation or two?
Aug 26, 2022
c++
atomic
memory-barriers
stdatomic
Is the transformation of fetch_add(0, memory_order_relaxed/release) to mfence + mov legal?
May 03, 2022
c++
llvm
x86-64
memory-model
stdatomic
Using std::atomic with futex system call
Oct 16, 2022
c++
linux
c++20
stdatomic
futex
Does atomic_thread_fence(memory_order_seq_cst) have the semantics of a full memory barrier?
Nov 07, 2022
c++
memory-barriers
memory-model
stdatomic
relaxed-atomics
C++ How is release-and-acquire achieved on x86 only using MOV?
May 10, 2022
c++
x86
memory-barriers
memory-model
stdatomic
Does the MOV x86 instruction implement a C++11 memory_order_release atomic store?
Jul 24, 2018
c++
c++11
x86
memory-model
stdatomic
Memory Model in C++ : sequential consistency and atomicity
Feb 09, 2020
c++
multithreading
c++11
x86
stdatomic
Will two atomic writes to different locations in different threads always be seen in the same order by other threads?
Jul 28, 2022
c++
c++11
concurrency
memory-model
stdatomic
« Newer Entries
Older Entries »