Searched refs:mpd_queue (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | mpsc_queue.c | 171 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in _mpsc_daemon_queue_init_with_thread() 218 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in mpsc_daemon_queue_init_with_thread_call() 252 .mpd_queue = MPSC_QUEUE_INITIALIZER(dq->mpd_queue), in mpsc_daemon_queue_init_with_target() 292 if ((head = mpsc_queue_dequeue_batch(&dq->mpd_queue, &tail, dep))) { in _mpsc_daemon_queue_drain() 299 } while ((head = mpsc_queue_dequeue_batch(&dq->mpd_queue, &tail, dep))); in _mpsc_daemon_queue_drain() 373 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-8020.140.41/tools/lldbmacros/ |
| H A D | scheduler.py | 864 for thread in IterateMPSCQueue(head.mpd_queue, 'struct thread', 'mpsc_links'):
|
| H A D | process.py | 987 …for th in IterateMPSCQueue(addressof(kern.globals.thread_terminate_queue.mpd_queue), 'struct threa…
|