Home
last modified time | relevance | path

Searched refs:tmq_thread (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c100 fmd_time_waitcancel(tmq->tmq_thread->thr_tid); in fmd_timerq_install()
149 fmd_time_waitcancel(tmq->tmq_thread->thr_tid); in fmd_timerq_remove()
258 if ((tmq->tmq_thread = fmd_thread_create(fmd.d_rmod, in fmd_timerq_create()
275 fmd_time_waitcancel(tmq->tmq_thread->thr_tid); in fmd_timerq_destroy()
280 fmd_thread_destroy(tmq->tmq_thread, FMD_THREAD_JOIN); in fmd_timerq_destroy()
H A Dfmd_timerq.h55 fmd_thread_t *tmq_thread; /* thread handling timer expiry for queue */ member