List Question
10 TechQA 2013-12-11 10:35:04std::unique_lock<std::mutex> or std::lock_guard<std::mutex>?
264.5k views
Asked by chmike
Using std::mutex as member variable in a class
13.2k views
Asked by Prashant
Why is sizeof std::mutex == 40 when cache line size is often 64 bytes
954 views
Asked by NoSenseEtAl
How to synchronize this special case of threads with C++ std::thread
77 views
Asked by TommyBe
destroy std::mutex vs pthread_mutex_t
901 views
Asked by nina kollman
c++ mutexes that not blocks code from inside, but allow to block it from outside
64 views
Asked by AtremSh
RAII: do mutexes in a vector declared in a loop all unlock in the next iteration?
327 views
Asked by SRSR333
Why does introducing std::mutex to member class generate this compile error?
148 views
Asked by StoneThrow
How is std::atomic_ref implemented for non-atomic types?
941 views
Asked by Nonyme
Why do functions using std::mutex make a null check of the address of pthread_key_create?
1.8k views
Asked by BeeOnRope