Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c102 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()
H A Dfmd_timerq.h57 fmd_thread_t *tmq_thread; /* thread handling timer expiry for queue */ member