Searched refs:aio_work_thread (Results 1 – 1 of 1) sorted by relevance
305 static void aio_work_thread(void *arg, wait_result_t wr);1708 aio_work_thread(void *arg __unused, wait_result_t wr __unused) in aio_work_thread() function1840 thread_block(aio_work_thread); in aio_get_some_work()2398 if (KERN_SUCCESS != kernel_thread_start(aio_work_thread, NULL, &myThread)) { in _aio_create_worker_threads()