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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddevtimer.c57 void * dt_callout; member in struct:devtimer_s
99 return (timer->dt_callout != NULL);
114 if (timer->dt_callout != NULL) {
115 thread_call_free(timer->dt_callout);
116 timer->dt_callout = NULL;
185 timer->dt_callout = thread_call_allocate(devtimer_process, timer);
186 if (timer->dt_callout == NULL) {
202 if (timer->dt_callout == NULL) {
217 thread_call_enter1_delayed(timer->dt_callout,
243 if (timer->dt_callout !
[all...]

Completed in 45 milliseconds