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
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
Atomic access to shared memory
Aug 19, 2022
c++
linux
shared-memory
memory-barriers
stdatomic
Easiest way to implement shared integer counter in C++11 without mutexes:
Aug 03, 2019
c++
multithreading
c++11
stdatomic
Is assignment equivalent to load/store for std::atomic<bool>
Sep 19, 2022
c++
c++11
concurrency
stdatomic
C++ standard: can relaxed atomic stores be lifted above a mutex lock?
Sep 17, 2022
c++
mutex
memory-model
stdatomic
relaxed-atomics
What is the difference between explicit atomic load/store and usual operator= and operator T?
Nov 02, 2022
c++
c++11
stdatomic
Compare and swap C++0x
Oct 21, 2022
c++
multithreading
gcc
compare-and-swap
stdatomic
Acquire/release semantics with non-temporal stores on x64
Aug 17, 2018
c++
multithreading
x86-64
lock-free
stdatomic
Difference between memory_order_consume and memory_order_acquire
Mar 28, 2022
c++
c
atomic
memory-model
stdatomic
Why does std::atomic constructor behave different in C++14 and C++17
Oct 19, 2022
c++
c++14
c++17
stdatomic
« Newer Entries
Older Entries »