Home
last modified time | relevance | path

Searched refs:GetMachThread (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/tools/lldbmacros/
H A Dworkqueue.py4 from process import GetBSDThread, GetMachThread
184 print(GetWQThreadSummary(GetMachThread(uth), uth))
186 print(GetWQThreadSummary(GetMachThread(uth), uth))
188 print(GetWQThreadSummary(GetMachThread(uth), uth))
H A Dprocess.py313 def GetMachThread(uthread): function