Home
last modified time | relevance | path

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

/xnu-8020.121.3/tools/lldbmacros/
H A Dworkqueue.py4 from process import GetBSDThread, GetMachThread
183 print(GetWQThreadSummary(GetMachThread(uth), uth))
185 print(GetWQThreadSummary(GetMachThread(uth), uth))
187 print(GetWQThreadSummary(GetMachThread(uth), uth))
H A Dprocess.py299 def GetMachThread(thread): function