Home
last modified time | relevance | path

Searched refs:GetBSDThread (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/tools/lldbmacros/
H A Dworkqueue.py2 from process import GetBSDThread, GetMachThread
143 print(GetWQThreadSummary(th, GetBSDThread(th)))
H A Dprocess.py357 def GetBSDThread(thread: Union[lldb.SBValue, value]) -> value: function
400 uthread = GetBSDThread(thread)
470 uthread = GetBSDThread(thread)
1347 uthread = GetBSDThread(thread)
1646 uthread = GetBSDThread(th)
H A Dscheduler.py397 uthread = GetBSDThread(thread)
H A Dmemory.py1248 uth = GetBSDThread(th)