Searched refs:mpd_thread (Results 1 – 3 of 3) sorted by relevance
138 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()
521 struct thread *mpd_thread; member
226 assert(mcc_memory_error_event_queue.mpd_thread != NULL); in mcc_log_memory_error()