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
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
Can std::atomic be safely used with OpenMP
Nov 13, 2022
c++
c++11
openmp
atomic
stdatomic
Why don't standard libraries implement std::atomic for structs under 8 bytes in a lock-free manner?
Apr 03, 2022
c++
c++17
atomic
lock-free
stdatomic
Assigning pointers to atomic type to pointers to non atomic type
Sep 12, 2022
c
concurrency
language-lawyer
c11
stdatomic
What does "release sequence" mean?
Jan 31, 2022
c++
multithreading
c++11
memory-model
stdatomic
Does C++11 guarantee memory ordering between a release fence and a consume operation?
Dec 11, 2021
c++
memory-barriers
memory-model
stdatomic
relaxed-atomics
C++ shared_mutex implementation
Apr 17, 2022
c++
multithreading
c++11
mutex
stdatomic
How to achieve a StoreLoad barrier in C++11?
Mar 23, 2022
c++
language-lawyer
atomic
memory-barriers
stdatomic
Why does g++ still require -latomic
Sep 16, 2022
c++
c++11
g++
libstdc++
stdatomic
Will two relaxed writes to the same location in different threads always be seen in the same order by other threads?
Dec 21, 2020
c++
c++11
concurrency
memory-model
stdatomic
Difference between std::atomic and std::condition_variable wait, notify_* methods
Sep 20, 2022
c++
c++20
condition-variable
stdatomic
« Newer Entries
Older Entries »