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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c126 wait_queue_t aioq_waitq; member in struct:aio_workq
306 wq->aioq_waitq = wait_queue_alloc(SYNC_POLICY_FIFO);
1396 wait_queue_wakeup_one(queue->aioq_waitq, queue, THREAD_AWAKENED, -1);
1827 wait_queue_assert_wait(queue->aioq_waitq, queue, THREAD_UNINT, 0);

Completed in 22 milliseconds