Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dworkqueue.py2 from process import GetBSDThread, GetMachThread
143 print(GetWQThreadSummary(th, GetBSDThread(th)))
H A Dprocess.py360 def GetBSDThread(thread: Union[lldb.SBValue, value]) -> value: function
403 uthread = GetBSDThread(thread)
473 uthread = GetBSDThread(thread)
1368 uthread = GetBSDThread(thread)
1667 uthread = GetBSDThread(th)
H A Dscheduler.py397 uthread = GetBSDThread(thread)
H A Dmemory.py1185 uth = GetBSDThread(th)