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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h57 fmd_thread_t *tmq_thread; /* thread handling timer expiry for queue */ member in struct:fmd_timerq
58 uint_t tmq_abort; /* flag indicating tmq_thread should abort */
H A Dfmd_timerq.c102 fmd_time_waitcancel(tmq->tmq_thread->thr_tid);
151 fmd_time_waitcancel(tmq->tmq_thread->thr_tid);
260 if ((tmq->tmq_thread = fmd_thread_create(fmd.d_rmod,
277 fmd_time_waitcancel(tmq->tmq_thread->thr_tid);
282 fmd_thread_destroy(tmq->tmq_thread, FMD_THREAD_JOIN);

Completed in 58 milliseconds