Home
last modified time | relevance | path

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

/xnu-11215/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.py349 def GetMachThread(uthread): function