Searched defs:_aio_req_done_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c108 int _aio_req_done_cnt = 0; /* req. done but not in "done queue" */ variable
472 if (_aio_outstand_cnt == _aio_req_done_cnt)
487 _aio_outstand_cnt == _aio_req_done_cnt)
1236 _aio_req_done_cnt++;
1606 _aio_req_done_cnt--;
1628 _aio_req_done_cnt >= 0);

Completed in 67 milliseconds