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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOTimerEventSource.h213 static void timeoutAndRelease(void *self, void *wl);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOTimerEventSource.cpp92 // reserved != 0 means IOTimerEventSource::timeoutAndRelease is being used,
138 void IOTimerEventSource::timeoutAndRelease(void * self, void * c) function in class:IOTimerEventSource
185 // reserved != 0 means IOTimerEventSource::timeoutAndRelease is being used,
188 calloutEntry = (void *) thread_call_allocate((thread_call_func_t) &IOTimerEventSource::timeoutAndRelease,

Completed in 14 milliseconds