Searched defs:tmr_func (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.h51 fmd_timer_f *tmr_func; /* function that should be called on expiry */ member in struct:fmd_timer
52 void *tmr_arg; /* argument to pass back to tmr_func */
53 pthread_cond_t tmr_cv; /* condition variable for waiting on tmr_func */

Completed in 44 milliseconds