Home
last modified time | relevance | path

Searched refs:IOLockWakeup (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.81.4/iokit/IOKit/
H A DIOLocks.h140 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) __DARWIN14_ALIAS(IOLockWakeup);
/xnu-11215.81.4/iokit/Kernel/
H A DIOLocks.cpp106 IOLockWakeup(IOLock * lock, void *event, bool oneThread) in IOLockWakeup() function
156 IOLockWakeup(lock, event, oneThread); in IOLockWakeup_legacy_x86_64()
H A DIOConditionLock.cpp120 IOLockWakeup(sleep_interlock, this, /* one-thread */ false); // Wakeup everybody in unlock()
H A DIOMapper.cpp96 IOLockWakeup(fWaitLock, event, false); in wakeup()
H A DIOService.cpp2867 IOLockWakeup(gJobsLock, (event_t)&gIOTerminateWork, /* one-thread */ false ); in scheduleTerminatePhase2()
2917 IOLockWakeup(gJobsLock, (event_t)&gIOTerminateWork, /* one-thread */ false ); in scheduleStop()
2940 IOLockWakeup(gJobsLock, (event_t)&gIOTerminateWork, /* one-thread */ false ); in scheduleFinalize()
4452 IOLockWakeup(gJobsLock, &fWaitingUserServers, /* one-thread */ false); in serverRemove()
5935 IOLockWakeup( gJobsLock, (event_t) &gNumConfigThreads, /* one-thread */ false ); in main()
H A DIOPlatformExpert.cpp425 IOLockWakeup(gIOInterruptControllersLock, in registerInterruptController()
H A DIOServicePM.cpp180 #define PM_LOCK_WAKEUP(event) IOLockWakeup(fPMLock, event, false)
H A DIOPMrootDomain.cpp725 #define PMSETTING_WAKEUP(p) IOLockWakeup(settingsCtrlLock, p, true)
/xnu-11215.81.4/tools/tests/testkext/
H A Dtestthreadcall.cpp117 IOLockWakeup(self->tlock2, &my_event, false); in thread_call_test_func2()
/xnu-11215.81.4/iokit/Tests/
H A DTests.cpp1597 IOLockWakeup(threadArgs->lock, (event_t)threadArgs->completed, true); in IOUserNotificationTestThread()