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
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
C11 Atomic Acquire/Release and x86_64 lack of load/store coherence?
Jun 15, 2021
c
x86-64
memory-barriers
memory-model
stdatomic
GCC reordering up across load with `memory_order_seq_cst`. Is this allowed?
Oct 20, 2018
c++
gcc
memory-barriers
stdatomic
seqlock
Can std::atomic memory barriers be used to transfer non-atomic data between threads?
Dec 22, 2020
c++
c++11
language-lawyer
stdatomic
memory-model
How is std::atomic_ref implemented for non-atomic types?
Jan 30, 2022
c++
c++20
stdatomic
stdmutex
Why does std::atomic compile from C++17 even with a deleted copy constructor?
Apr 11, 2022
c++
initialization
c++17
stdatomic
copy-elision
Why is std::atomic<T>::is_lock_free() not static as well as constexpr?
Jul 10, 2022
c++
multithreading
lock-free
stdatomic
How to perform basic operations with std::atomic when the type is not Integral?
Oct 23, 2022
c++
multithreading
stdatomic
Do I need std::atomic<bool> or is POD bool good enough?
Feb 28, 2022
c++
multithreading
c++11
atomic
stdatomic
Guarantee function call in logical AND expression [duplicate]
Sep 14, 2022
c++
atomic
stdatomic
« Newer Entries
Older Entries »