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
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
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
« Newer Entries
Older Entries »