Files
clang-p2996/lldb/tools/debugserver/source/MacOSX/MachProcess.h
Jonas Devlieghere 89f3dc9074 [debugserver] Migrate MachProcess away from PThreadMutex (NFC) (#137553)
The debugserver code predates modern C++, but with C++11 and later
there's no need to have something like PThreadMutex. This migrates
MachProcess away from PThreadMutex in preparation for removing it.
2025-04-27 17:50:35 -07:00

20 KiB