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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c383 _aio_suscv_cnt = 0;
412 DISPLAY(_aio_suscv_cnt);
H A Dposix_aio.c341 (*counter)--; /* _aio_kernel_suspend or _aio_suscv_cnt */
606 _aio_suscv_cnt++; /* ID for _aiodone (wake up) */
608 pthread_cleanup_push(_aio_suspend_cleanup, &_aio_suscv_cnt);
618 /* this decrements _aio_suscv_cnt and drops __aio_mutex */
1227 * __aio_suspend() increments "_aio_suscv_cnt" to notify
1242 _aio_suscv_cnt > 0)
1246 if (_aio_suscv_cnt > 0)
H A Daio.c107 int _aio_suscv_cnt = 0; /* aio_suspend calls waiting on cv's */ variable
/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h335 extern int _aio_suscv_cnt; /* aio_suspend calls waiting on cv's */

Completed in 30 milliseconds