Searched refs:tmq_thread (Results 1 – 2 of 2) sorted by relevance
102 fmd_time_waitcancel(tmq->tmq_thread->thr_tid); in fmd_timerq_install()151 fmd_time_waitcancel(tmq->tmq_thread->thr_tid); in fmd_timerq_remove()260 if ((tmq->tmq_thread = fmd_thread_create(fmd.d_rmod, in fmd_timerq_create()277 fmd_time_waitcancel(tmq->tmq_thread->thr_tid); in fmd_timerq_destroy()282 fmd_thread_destroy(tmq->tmq_thread, FMD_THREAD_JOIN); in fmd_timerq_destroy()
57 fmd_thread_t *tmq_thread; /* thread handling timer expiry for queue */ member