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
How do you create a std::pair containing a std::atomic?
Aug 21, 2022
c++
std
atomic
std-pair
stdatomic
Does this envelope implementation correctly use C++11 atomics?
Sep 05, 2022
c++
multithreading
thread-safety
memory-model
stdatomic
std::atomic in a union with another character
Nov 07, 2022
c++
multithreading
language-lawyer
strict-aliasing
stdatomic
Why does default constructor of std::atomic not default initialize the underlying stored value?
Nov 18, 2022
c++
initialization
language-lawyer
stdatomic
std::memory_order_relaxed atomicity with respect to the same atomic variable
Jun 07, 2021
c++
multithreading
atomic
memory-barriers
stdatomic
C++ atomics: how to allow only a single thread to access a function?
May 29, 2022
c++
multithreading
lock-free
stdatomic
mutual-exclusion
Implementing atomic<T>::store
Nov 19, 2022
c++
c++11
std
stdatomic
Anything in std::atomic is wait-free?
Nov 02, 2022
c++
language-lawyer
lock-free
stdatomic
wait-free
Xcode and C11 stdatomic.h
May 17, 2021
c
xcode
llvm-clang
c11
stdatomic
reordering atomic operations in C++
Jul 28, 2022
c++
multithreading
memory-model
stdatomic
Why Visual C++ 2015 allows std::atomic assignment?
Jul 07, 2021
c++
c++11
gcc
stdatomic
visual-c++-2015
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
« Newer Entries
Older Entries »