Home
last modified time | relevance | path

Searched refs:IterateMPSCQueue (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tools/lldbmacros/core/
H A Dkernelcore.py212 def IterateMPSCQueue(root, element_type, field_name): function
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py786 for thread in IterateMPSCQueue(head.mpd_queue, 'struct thread', 'mpsc_links'):
796 … for exception_elt in IterateMPSCQueue(head.mpd_queue, 'struct thread_exception_elt', 'link'):
H A Dprocess.py1100 …for th in IterateMPSCQueue(addressof(kern.globals.thread_terminate_queue.mpd_queue), 'struct threa…