Searched refs:mpd_thread (Results 1 – 2 of 2) sorted by relevance
137 thread_t self = dq->mpd_thread; in _mpsc_queue_thread_continue()145 assert(dq->mpd_thread == current_thread()); in _mpsc_queue_thread_continue()158 thread_wakeup_thread((event_t)dq, dq->mpd_thread); in _mpsc_queue_thread_wakeup()177 &dq->mpd_thread); in _mpsc_daemon_queue_init_with_thread()179 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()180 thread_start_in_assert_wait(dq->mpd_thread, (event_t)dq, THREAD_UNINT); in _mpsc_daemon_queue_init_with_thread()181 thread_deallocate(dq->mpd_thread); in _mpsc_daemon_queue_init_with_thread()446 dq->mpd_thread = NULL; in mpsc_daemon_queue_cancel_and_wait()
521 struct thread *mpd_thread; member