-
- 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.
common/threading/MutexLtrace.cpp
0 → 100644
Please register or sign in to comment