Home
last modified time | relevance | path

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

/xnu-12377.81.4/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)
475 uthread = GetBSDThread(thread)
1370 uthread = GetBSDThread(thread)
1669 uthread = GetBSDThread(th)
H A Dscheduler.py397 uthread = GetBSDThread(thread)
H A Dmemory.py1185 uth = GetBSDThread(th)