Searched refs:mpd_thread (Results 1 – 2 of 2) sorted by relevance
129 thread_t self = dq->mpd_thread; in _mpsc_queue_thread_continue()137 assert(dq->mpd_thread == current_thread()); in _mpsc_queue_thread_continue()150 thread_wakeup_thread((event_t)dq, dq->mpd_thread); in _mpsc_queue_thread_wakeup()168 &dq->mpd_thread); in _mpsc_daemon_queue_init_with_thread()170 thread_set_thread_name(dq->mpd_thread, name); in _mpsc_daemon_queue_init_with_thread()171 thread_start_in_assert_wait(dq->mpd_thread, (event_t)dq, THREAD_UNINT); in _mpsc_daemon_queue_init_with_thread()172 thread_deallocate(dq->mpd_thread); in _mpsc_daemon_queue_init_with_thread()416 dq->mpd_thread = NULL; in mpsc_daemon_queue_cancel_and_wait()
504 struct thread *mpd_thread; member