Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/bsd/sys/
H A Dsystm.h218 typedef void (*timeout_fcn_t)(void *); typedef