-
- Downloads
Created a small test program to probe destructor of std::mutex.
std::mutex does not call pthread_mutex_init and pthread_mutex_destroy. This is problematic when using helgrind. See details in common/threading/MutexLtrace.cpp.
Loading
Please register or sign in to comment