Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOLocks.h154 void IOLockWakeupAllWithInheritor(IOLock * lock, void *event);
/xnu-12377.61.12/iokit/Kernel/
H A DIOLocks.cpp112 IOLockWakeupAllWithInheritor(IOLock * lock, void *event) in IOLockWakeupAllWithInheritor() function
H A DIOService.cpp2852 IOLockWakeupAllWithInheritor(gJobsLock, &gIOTerminateThread); in scheduleTerminatePhase2()
2864 IOLockWakeupAllWithInheritor(gJobsLock, &gIOTerminateThread); in scheduleTerminatePhase2()
2896 IOLockWakeupAllWithInheritor(gJobsLock, &gIOTerminateThread); in terminateThread()