[all-commits] [llvm/llvm-project] 33a0a7: [debugserver] Migrate MachThread away from PThread...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sun Apr 27 13:26:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33a0a786f2002cf1b0a13a8984d0933e7dc048d7
https://github.com/llvm/llvm-project/commit/33a0a786f2002cf1b0a13a8984d0933e7dc048d7
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-04-27 (Sun, 27 Apr 2025)
Changed paths:
M lldb/tools/debugserver/source/MacOSX/MachThread.cpp
M lldb/tools/debugserver/source/MacOSX/MachThread.h
Log Message:
-----------
[debugserver] Migrate MachThread away from PThreadMutex (NFC) (#137543)
The debugserver code predates modern C++, but with C++11 and later
there's no need to have something like PThreadMutex. This migrates
MachThread away from PThreadMutex in preparation for removing it.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list