Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dstackshot_idle_25570396.m163 sleep(1); // give worker threads enough time to block
173 // Give enough time for worker threads to go idle again
178 * Isn't guaranteed to occupy every worker thread, but it's enough so
220 * ignoring the worker threads that have become active.
H A Dfd_send.c175 dispatch_apply(10, NULL, ^(size_t worker) {
202 T_PASS("sent and received %d fds in worker %zd", n, worker);
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp855 static PMHaltWorker * worker( void );
10169 PMHaltWorker::worker( void ) function in PMHaltWorker
10353 PMHaltWorker * worker; local
10363 worker = (PMHaltWorker *) prop.get();
10364 IOLockLock(worker->lock);
10366 thread_wakeup((event_t) worker);
10367 IOLockUnlock(worker->lock);
10544 workers[i] = PMHaltWorker::worker();
/xnu-11215/config/
H A DMASTER251 # CONFIG_AIO_THREAD_COUNT - number of async IO worker threads created.