Searched refs:IOLockWakeup (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.81.4/iokit/IOKit/ |
| H A D | IOLocks.h | 140 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) __DARWIN14_ALIAS(IOLockWakeup);
|
| /xnu-11215.81.4/iokit/Kernel/ |
| H A D | IOLocks.cpp | 106 IOLockWakeup(IOLock * lock, void *event, bool oneThread) in IOLockWakeup() function 156 IOLockWakeup(lock, event, oneThread); in IOLockWakeup_legacy_x86_64()
|
| H A D | IOConditionLock.cpp | 120 IOLockWakeup(sleep_interlock, this, /* one-thread */ false); // Wakeup everybody in unlock()
|
| H A D | IOMapper.cpp | 96 IOLockWakeup(fWaitLock, event, false); in wakeup()
|
| H A D | IOService.cpp | 2867 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 D | IOPlatformExpert.cpp | 425 IOLockWakeup(gIOInterruptControllersLock, in registerInterruptController()
|
| H A D | IOServicePM.cpp | 180 #define PM_LOCK_WAKEUP(event) IOLockWakeup(fPMLock, event, false)
|
| H A D | IOPMrootDomain.cpp | 725 #define PMSETTING_WAKEUP(p) IOLockWakeup(settingsCtrlLock, p, true)
|
| /xnu-11215.81.4/tools/tests/testkext/ |
| H A D | testthreadcall.cpp | 117 IOLockWakeup(self->tlock2, &my_event, false); in thread_call_test_func2()
|
| /xnu-11215.81.4/iokit/Tests/ |
| H A D | Tests.cpp | 1597 IOLockWakeup(threadArgs->lock, (event_t)threadArgs->completed, true); in IOUserNotificationTestThread()
|