Home
last modified time | relevance | path

Searched refs:_max_workers (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c426 if ((_max_workers = atoi(str)) <= 0) in init_aio()
427 _max_workers = 256; in init_aio()
428 if (_max_workers < _min_workers + 1) in init_aio()
429 _max_workers = _min_workers + 1; in init_aio()
H A Daio.c110 int _max_workers = 256; /* max number of workers permitted */ variable
1773 if (_aio_worker_cnt < _max_workers) { in _aio_req_add()
1795 if (_aio_worker_cnt < _max_workers && in _aio_req_add()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h312 extern int _max_workers; /* max number of workers permitted */
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in366 SCOPED_SYMBOL|SunOS_5.6|libaio.so.1|_max_workers