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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddevtimer.c147 devtimer_timeout_func timeout_func; local
154 timeout_func = timer->dt_timeout_func;
155 if (timeout_func != NULL) {
158 (*timeout_func)(timer->dt_arg0, timer->dt_arg1, timer->dt_arg2);
199 devtimer_timeout_func timeout_func,
207 if (timeout_func == NULL) {
210 timer->dt_timeout_func = timeout_func;
226 devtimer_timeout_func timeout_func,
234 devtimer_set_absolute(timer, abs_time, timeout_func, arg1, arg2);
197 devtimer_set_absolute(devtimer_ref timer, struct timeval abs_time, devtimer_timeout_func timeout_func, void * arg1, void * arg2) argument
224 devtimer_set_relative(devtimer_ref timer, struct timeval rel_time, devtimer_timeout_func timeout_func, void * arg1, void * arg2) argument

Completed in 9 milliseconds