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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c112 int _max_workers = 256; /* max number of workers permitted */ variable
1776 if (_aio_worker_cnt < _max_workers) {
1785 * _max_workers, keep going through the
1798 if (_aio_worker_cnt < _max_workers &&

Completed in 49 milliseconds