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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c201 static void aio_work_thread( void );
1198 * timeout expires, we get a wakeup call from aio_work_thread().
1204 * got our wakeup call from aio_work_thread().
1656 aio_work_thread( void ) function
1746 } /* aio_work_thread */
1783 * and then start anew from aio_work_thread
1829 thread_block( (thread_continue_t)aio_work_thread );
2609 if ( KERN_SUCCESS != kernel_thread_start((thread_continue_t)aio_work_thread, NULL, &myThread) ) {

Completed in 22 milliseconds