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 necessary to use a std::atomic to signal that a thread has finished execution?
Sep 13, 2022
c++
c++11
stdthread
stdatomic
Atomic shared_ptr for lock-free singly linked list
Sep 13, 2022
c++
data-structures
shared-ptr
lock-free
stdatomic
Memory fences: acquire/load and release/store
Sep 05, 2022
c++
memory-barriers
lock-free
stdatomic
memory-model
C++11 memory_order_acquire and memory_order_release semantics?
Sep 03, 2022
c++
mutex
atomic
memory-model
stdatomic
Why isn't atomic double fully implemented
Jun 22, 2020
c++
floating-point
atomic
compare-and-swap
stdatomic
"Use of deleted function" error with std::atomic_int
Aug 31, 2022
c++
c++11
stdatomic
Acquire/Release versus Sequentially Consistent memory order
Aug 22, 2022
c++
concurrency
atomic
stdatomic
memory-model
How do memory_order_seq_cst and memory_order_acq_rel differ?
Jul 04, 2019
c++
c++11
memory-model
stdatomic
Does std::atomic<std::string> work appropriately?
Aug 27, 2022
c++
atomic
stdstring
stdatomic
Why don't compilers merge redundant std::atomic writes?
Sep 21, 2022
c++
multithreading
c++11
compiler-optimization
stdatomic
What does the [[carries_dependency]] attribute mean?
Sep 15, 2016
c++
multithreading
memory-model
stdatomic
carries-dependency
Where is the lock for a std::atomic?
Aug 17, 2022
c++
c++11
x86
atomic
stdatomic
c++, std::atomic, what is std::memory_order and how to use them?
Sep 22, 2022
c++
multithreading
atomic
memory-model
stdatomic
When do I really need to use atomic<bool> instead of bool? [duplicate]
Dec 14, 2021
c++
c++11
atomic
stdatomic
« Newer Entries