Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Dworkqueue.py2 from process import GetBSDThread, GetMachThread
186 print(GetWQThreadSummary(GetMachThread(uth), uth))
188 print(GetWQThreadSummary(GetMachThread(uth), uth))
190 print(GetWQThreadSummary(GetMachThread(uth), uth))
H A Dprocess.py350 def GetMachThread(uthread): function