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

/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h163 typedef uint64_t callout_id_t; typedef
171 callout_id_t timeout_generic(int, void (*)(void *), void *, hrtime_t, hrtime_t,
173 callout_id_t timeout_default(void (*)(void *), void *, clock_t);
174 callout_id_t realtime_timeout_default(void (*)(void *), void *, clock_t);
179 hrtime_t untimeout_generic(callout_id_t, int);
180 clock_t untimeout_default(callout_id_t, int);

Completed in 46 milliseconds