Home
last modified time | relevance | path

Searched refs:IOLockWakeupAllWithInheritor (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/iokit/IOKit/
H A DIOLocks.h154 void IOLockWakeupAllWithInheritor(IOLock * lock, void *event);
/xnu-11215.81.4/iokit/Kernel/
H A DIOLocks.cpp112 IOLockWakeupAllWithInheritor(IOLock * lock, void *event) in IOLockWakeupAllWithInheritor() function
H A DIOService.cpp2848 IOLockWakeupAllWithInheritor(gJobsLock, &gIOTerminateThread); in scheduleTerminatePhase2()
2860 IOLockWakeupAllWithInheritor(gJobsLock, &gIOTerminateThread); in scheduleTerminatePhase2()
2892 IOLockWakeupAllWithInheritor(gJobsLock, &gIOTerminateThread); in terminateThread()