Searched refs:mpd_queue (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | mpsc_queue.c | 172 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in _mpsc_daemon_queue_init_with_thread() 221 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in mpsc_daemon_queue_init_with_thread_call() 255 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in mpsc_daemon_queue_init_with_target() 295 if ((head = mpsc_queue_dequeue_batch(&dq->mpd_queue, &tail, dep))) { in _mpsc_daemon_queue_drain() 302 } while ((head = mpsc_queue_dequeue_batch(&dq->mpd_queue, &tail, dep))); in _mpsc_daemon_queue_drain() 376 if (mpsc_queue_append(&dq->mpd_queue, elm)) { in _mpsc_daemon_queue_enqueue()
|
| H A D | mpsc_queue.h | 524 struct mpsc_queue_head mpd_queue; member
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | scheduler.py | 786 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 D | process.py | 1100 …for th in IterateMPSCQueue(addressof(kern.globals.thread_terminate_queue.mpd_queue), 'struct threa…
|