SpiceQA
Questions
Tags
Users
Badges
relaxed-atomics
8 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
What are the optimal std::memory_orders for this scenario of a coroutine waiting on an event?
user_5173839
0
•
asked Aug 18, 2022
5
0
138
relaxed-atomics
memory-barriers
memory-model
atomic
c++
std::memory_order_relaxed with fetch_add
user_3882729
0
•
asked Mar 3, 2022
2
1
119
relaxed-atomics
c++11
multithreading
c++
C++: Which weak atomic to use for buffers that receive async. RDMA transfers?
user_538955
0
•
asked Sep 11, 2021
2
1
89
relaxed-atomics
rdma
c++17
c++
Why isn't [[carries_dependency]] the default in C++?
user_3188445
0
•
asked Feb 19, 2021
5
1
159
carries-dependency
relaxed-atomics
stdatomic
c++
Is the value of steady_clock::now from multiple threads consistent with memory order?
user_1614051
0
•
asked Nov 28, 2020
7
1
166
relaxed-atomics
c++11
multithreading
c++
Cheaper alternative to std::atomic<bool>?
user_9069780
0
•
asked Oct 16, 2020
2
2
430
relaxed-atomics
multithreading
c++
performance
Example of misuse of std::memory_order::relaxed in C++ Standard [algorithms.parallel.exec/5 in n4713]
user_9784373
0
•
asked Oct 8, 2019
3
1
135
relaxed-atomics
parallel-processing
multithreading
c++
C++ standard: can relaxed atomic stores be lifted above a mutex lock?
user_1505451
0
•
asked Aug 3, 2017
16
6
1158
relaxed-atomics
stdatomic
memory-model
mutex
c++
1
(current)
Hot Questions