SpiceQA
Questions
Tags
Users
Badges
stdmutex
15 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why can mutex be used in different threads?
user_19681078
0
•
asked Aug 10, 2022
3
4
153
stdmutex
mutex
c++
Why is std::mutex so much worse than std::shared_mutex in Visual C++?
user_2945027
0
•
asked Nov 16, 2021
12
1
951
stdmutex
visual-c++
c++
Why is std::mutex a standard-layout class?
user_2945027
0
•
asked Nov 3, 2021
12
1
327
stdmutex
language-lawyer
c++
Why does libc++ allow recursive locking of std::mutex?
user_700825
0
•
asked Jan 12, 2021
2
2
196
stdmutex
libc++
c++
Is c++ singleton need memory barrier while using mutex?
user_7831374
0
•
asked Oct 28, 2020
5
1
166
stdmutex
memory-barriers
c++
Why is sizeof std::mutex == 40 when cache line size is often 64 bytes
user_700825
0
•
asked Oct 2, 2020
6
2
522
false-sharing
stdmutex
x86
optimization
c++
C++ Mutex locking for a set of threads
user_1870109
0
•
asked May 8, 2020
2
1
53
stdmutex
mutex
locking
multithreading
c++
How is std::atomic_ref implemented for non-atomic types?
user_504286
0
•
asked Oct 11, 2019
12
2
552
stdmutex
stdatomic
c++20
c++
Why does a redundant extra scoping block affect std::lock_guard behaviour?
user_458742
0
•
asked Oct 30, 2018
3
2
151
stdmutex
std
pthreads
multithreading
c++
Why is std::mutex taking a long, highly irregular amount of time to be shared?
user_458742
0
•
asked Oct 30, 2018
3
2
623
stdmutex
std
mutex
pthreads
c++
1
(current)
2
Next
Next
Hot Questions