mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
The debugserver code predates modern C++, but with C++11 and later there's no need to have something like PThreadMutex. This migrates DNBTimer away from that class in preparation for removing PThreadMutex.