Searched refs:IOLockWakeup (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.121.3/iokit/IOKit/ |
| H A D | IOLocks.h | 140 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) __DARWIN14_ALIAS(IOLockWakeup);
|
| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IOLocks.cpp | 86 IOLockWakeup(IOLock * lock, void *event, bool oneThread) in IOLockWakeup() function 130 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 | 95 IOLockWakeup(fWaitLock, event, false); in wakeup()
|
| H A D | IOService.cpp | 1722 IOLockWakeup( gArbitrationLockQueueLock, in lockForArbitration() 1945 IOLockWakeup( gArbitrationLockQueueLock, in unlockForArbitration() 2781 IOLockWakeup( gJobsLock, (event_t) &gIOTerminateThread, /* one-thread */ false); in scheduleTerminatePhase2() 2793 IOLockWakeup( gJobsLock, (event_t) &gIOTerminateThread, /* one-thread */ false); in scheduleTerminatePhase2() 2800 IOLockWakeup(gJobsLock, (event_t)&gIOTerminateWork, /* one-thread */ false ); in scheduleTerminatePhase2() 2825 IOLockWakeup( gJobsLock, (event_t) &gIOTerminateThread, /* one-thread */ false); in terminateThread() 2850 IOLockWakeup(gJobsLock, (event_t)&gIOTerminateWork, /* one-thread */ false ); in scheduleStop() 2873 IOLockWakeup(gJobsLock, (event_t)&gIOTerminateWork, /* one-thread */ false ); in scheduleFinalize() 4336 IOLockWakeup(gJobsLock, &fWaitingUserServers, /* one-thread */ false); in serverRemove() 5637 IOLockWakeup( gJobsLock, (event_t) &gNumConfigThreads, /* one-thread */ false ); in main()
|
| H A D | IOPlatformExpert.cpp | 424 IOLockWakeup(gIOInterruptControllersLock, in registerInterruptController()
|
| H A D | IOServicePM.cpp | 169 #define PM_LOCK_WAKEUP(event) IOLockWakeup(fPMLock, event, false)
|
| H A D | IOPMrootDomain.cpp | 712 #define PMSETTING_WAKEUP(p) IOLockWakeup(settingsCtrlLock, p, true)
|
| /xnu-8020.121.3/tools/tests/testkext/ |
| H A D | testthreadcall.cpp | 117 IOLockWakeup(self->tlock2, &my_event, false); in thread_call_test_func2()
|
| /xnu-8020.121.3/iokit/Tests/ |
| H A D | Tests.cpp | 965 IOLockWakeup(threadArgs->lock, (event_t)threadArgs->completed, true); in IOUserNotificationTestThread()
|