Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/aio/
H A Daio_alloc.c428 if ((_max_workers = atoi(str)) <= 0) in init_aio()
429 _max_workers = 256; in init_aio()
430 if (_max_workers < _min_workers + 1) in init_aio()
431 _max_workers = _min_workers + 1; in init_aio()
H A Daio.c112 int _max_workers = 256; /* max number of workers permitted */ variable
1776 if (_aio_worker_cnt < _max_workers) { in _aio_req_add()
1798 if (_aio_worker_cnt < _max_workers && in _aio_req_add()
/titanic_41/usr/src/lib/libc/inc/
H A Dasyncio.h314 extern int _max_workers; /* max number of workers permitted */
/titanic_41/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in366 SCOPED_SYMBOL|SunOS_5.6|libaio.so.1|_max_workers