Searched refs:worker (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp179 static PMHaltWorker * worker( void );
2738 PMHaltWorker * PMHaltWorker::worker( void ) function in class:PMHaltWorker
2815 DEBUG_LOG("All done for worker: %p (visits = %u)\n", me, me->visits);
2927 PMHaltWorker * worker; local
2937 worker = (PMHaltWorker *) prop;
2938 IOLockLock(worker->lock);
2940 thread_wakeup((event_t) worker);
2941 IOLockUnlock(worker->lock);
2942 worker->release();
2946 DEBUG_LOG("%s acknowledged without worker propert
[all...]

Completed in 25 milliseconds