Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/core/
H A Dkernelcore.py288 def IterateMPSCQueue(root, element_type, field_name): function
/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py873 for thread in IterateMPSCQueue(head.mpd_queue, 'struct thread', 'mpsc_links'):
H A Dprocess.py970 …for th in IterateMPSCQueue(addressof(kern.globals.thread_terminate_queue.mpd_queue), 'struct threa…