Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/ !
H A Dkern_clock.c127 timeout_fcn_t fcn, in timeout()
147 timeout_fcn_t fcn, in timeout_with_leeway()
169 timeout_fcn_t fcn, in untimeout()
185 timeout_fcn_t fcn, in bsd_timeout()
205 timeout_fcn_t fcn, in bsd_untimeout()
/xnu-12377.61.12/bsd/sys/ !
H A Dsystm.h230 typedef void (*timeout_fcn_t)(void *); typedef