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
The difference btween std::atomic and std::mutex
Oct 26, 2022
multithreading
c++11
thread-safety
mutex
stdatomic
How std::memory_order_seq_cst works
Nov 17, 2022
c++
c++11
memory-barriers
memory-model
stdatomic
C++ atomics memory ordering for some specific use case
Jun 01, 2022
c++
multithreading
thread-safety
compare-and-swap
stdatomic
What does memory_order_consume really do?
Sep 07, 2022
c++
cpu-architecture
lock-free
memory-model
stdatomic
Acquire/Release semantics
Feb 15, 2019
multithreading
c++11
lock-free
stdatomic
Deleting the container in atomic multi-threaded code
Jan 23, 2022
c++
multithreading
atomic
stdatomic
Is atomic<T*> always lock free?
Aug 24, 2022
c++
c++11
std
stdatomic
What's the difference between T, volatile T, and std::atomic<T>?
Aug 22, 2022
c++
multithreading
c++11
concurrency
stdatomic
How can I show that volatile assignment is not atomic?
Sep 13, 2022
c++
x86
atomic
race-condition
stdatomic
Why does a std::atomic store with sequential consistency use XCHG?
Jun 14, 2021
c++
assembly
x86
lock-free
stdatomic
What formally guarantees that non-atomic variables can't see out-of-thin-air values and create a data race like atomic relaxed theoretically can?
Mar 04, 2022
c++
multithreading
language-lawyer
stdatomic
data-race
Approach of using an std::atomic compared to std::condition_variable wrt pausing & resuming an std::thread in C++
Nov 06, 2022
c++
c++11
stdthread
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
« Newer Entries
Older Entries »