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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c428 if ((_max_workers = atoi(str)) <= 0)
429 _max_workers = 256;
430 if (_max_workers < _min_workers + 1)
431 _max_workers = _min_workers + 1;
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 &&
/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h314 extern int _max_workers; /* max number of workers permitted */

Completed in 59 milliseconds