Home
last modified time | relevance | path

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

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