Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dmpsc_queue.c152 thread_t self = dq->mpd_thread; in _mpsc_queue_thread_continue()
160 assert(dq->mpd_thread == current_thread()); in _mpsc_queue_thread_continue()
173 thread_wakeup_thread((event_t)dq, dq->mpd_thread); in _mpsc_queue_thread_wakeup()
192 &dq->mpd_thread); in _mpsc_daemon_queue_init_with_thread()
194 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()
195 thread_start_in_assert_wait(dq->mpd_thread, in _mpsc_daemon_queue_init_with_thread()
198 thread_deallocate(dq->mpd_thread); in _mpsc_daemon_queue_init_with_thread()
463 dq->mpd_thread = NULL; in mpsc_daemon_queue_cancel_and_wait()
H A Dmpsc_queue.h521 struct thread *mpd_thread; member
H A Decc_logging.c225 assert(mcc_memory_error_event_queue.mpd_thread != NULL); in mcc_log_memory_error()