Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dmpsc_queue.c138 thread_t self = dq->mpd_thread; in _mpsc_queue_thread_continue()
146 assert(dq->mpd_thread == current_thread()); in _mpsc_queue_thread_continue()
159 thread_wakeup_thread((event_t)dq, dq->mpd_thread); in _mpsc_queue_thread_wakeup()
178 &dq->mpd_thread); in _mpsc_daemon_queue_init_with_thread()
180 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()
181 thread_start_in_assert_wait(dq->mpd_thread, in _mpsc_daemon_queue_init_with_thread()
184 thread_deallocate(dq->mpd_thread); in _mpsc_daemon_queue_init_with_thread()
449 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.c226 assert(mcc_memory_error_event_queue.mpd_thread != NULL); in mcc_log_memory_error()