Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dworkqueue.py2 from process import GetBSDThread, GetMachThread
143 print(GetWQThreadSummary(th, GetBSDThread(th)))
H A Dprocess.py356 def GetBSDThread(thread: Union[lldb.SBValue, value]) -> value: function
397 uthread = GetBSDThread(thread)
467 uthread = GetBSDThread(thread)
1342 uthread = GetBSDThread(thread)
1639 uthread = GetBSDThread(th)
H A Dscheduler.py401 uthread = GetBSDThread(thread)
H A Dmemory.py1245 uth = GetBSDThread(th)