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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c109 int _max_workers = 256; /* max number of workers permitted */ variable
1769 if (_aio_worker_cnt < _max_workers) {
1778 * _max_workers, keep going through the
1791 if (_aio_worker_cnt < _max_workers &&

Completed in 26 milliseconds