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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddevtimer.c146 devtimer_process_func process_func; local
150 process_func = timer->dt_process_func;
151 if (process_func != NULL) {
152 (*process_func)(timer, devtimer_process_func_event_lock);
162 if (process_func != NULL) {
163 (*process_func)(timer, devtimer_process_func_event_unlock);
175 devtimer_create(devtimer_process_func process_func, void * arg0) argument
191 timer->dt_process_func = process_func;
H A Ddevtimer.h64 devtimer_create(devtimer_process_func process_func, void * arg0);

Completed in 21 milliseconds