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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c201 static void aio_work_thread( void );
1199 * timeout expires, we get a wakeup call from aio_work_thread().
1205 * got our wakeup call from aio_work_thread().
1657 aio_work_thread( void ) function
1747 } /* aio_work_thread */
1784 * and then start anew from aio_work_thread
1830 thread_block( (thread_continue_t)aio_work_thread );
2602 if ( KERN_SUCCESS != kernel_thread_start((thread_continue_t)aio_work_thread, NULL, &myThread) ) {

Completed in 67 milliseconds