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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c105 int _aio_req_done_cnt = 0; /* req. done but not in "done queue" */ variable
468 if (_aio_outstand_cnt == _aio_req_done_cnt)
483 _aio_outstand_cnt == _aio_req_done_cnt)
1232 _aio_req_done_cnt++;
1599 _aio_req_done_cnt--;
1621 _aio_req_done_cnt >= 0);

Completed in 25 milliseconds