SpiceQA
Questions
Tags
Users
Badges
stdmutex
15 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why did CRITICAL_SECTION performance become worse on Win8
user_465662
0
•
asked Sep 4, 2018
5
1
1922
critical-section
stdmutex
c++11
winapi
c++
Why do functions using std::mutex make a null check of the address of pthread_key_create?
user_149138
0
•
asked Sep 22, 2017
10
1
1544
stdmutex
clang
pthreads
gcc
c++
Using std::mutex as member variable in a class
user_1122891
0
•
asked Sep 19, 2017
8
1
10159
stdmutex
mutex
c++11
Is there any reason C++ 11+ std::mutex should be declared as a global variable instead of passed into a std::thread as a function parameter?
Krupip_2036035
0
•
asked Jul 5, 2017
13
2
6193
stdmutex
stdthread
mutex
multithreading
c++
std::unique_lock<std::mutex> or std::lock_guard<std::mutex>?
chmike_75517
0
•
asked Dec 11, 2013
457
7
211862
stdmutex
mutual-exclusion
c++11
multithreading
c++
Prev
Prev
1
2
(current)
Hot Questions