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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c381 _aio_req_done_cnt = 0;
410 DISPLAY(_aio_req_done_cnt);
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);
/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h333 extern int _aio_req_done_cnt; /* req. done but not in "done queue" */

Completed in 27 milliseconds