Home
last modified time | relevance | path

Searched refs:consoleLockTimer (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1668 static void consoleLockTimer(thread_call_param_t p0, thread_call_param_t p1);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp654 gIOConsoleLockCallout = thread_call_allocate(&IOService::consoleLockTimer, NULL); in initialize()
7298 IOService::consoleLockTimer(thread_call_param_t p0, thread_call_param_t p1) in consoleLockTimer() function in IOService