Searched refs:mpd_queue (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | mpsc_queue.c | 186 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in _mpsc_daemon_queue_init_with_thread() 233 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in mpsc_daemon_queue_init_with_thread_call() 267 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in mpsc_daemon_queue_init_with_target() 307 if ((head = mpsc_queue_dequeue_batch(&dq->mpd_queue, &tail, dep))) { in _mpsc_daemon_queue_drain() 314 } while ((head = mpsc_queue_dequeue_batch(&dq->mpd_queue, &tail, dep))); in _mpsc_daemon_queue_drain() 388 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-8796.141.3/tools/lldbmacros/ |
| H A D | scheduler.py | 868 for thread in IterateMPSCQueue(head.mpd_queue, 'struct thread', 'mpsc_links'):
|
| H A D | process.py | 1034 …for th in IterateMPSCQueue(addressof(kern.globals.thread_terminate_queue.mpd_queue), 'struct threa…
|