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

/darwin-on-arm/xnu/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);
1397 wait_queue_wakeup_one(queue->aioq_waitq, queue, THREAD_AWAKENED, -1);
1828 wait_queue_assert_wait(queue->aioq_waitq, queue, THREAD_UNINT, 0);

Completed in 20 milliseconds