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

/darwin-on-arm/xnu/bsd/net/
H A Ddevtimer.c58 devtimer_timeout_func dt_timeout_func; member in struct:devtimer_s
154 timeout_func = timer->dt_timeout_func;
156 timer->dt_timeout_func = NULL;
210 timer->dt_timeout_func = timeout_func;
241 if (timer->dt_timeout_func != NULL) {
242 timer->dt_timeout_func = NULL;
259 return (timer->dt_timeout_func != NULL);

Completed in 9 milliseconds