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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c424 if ((_min_workers = atoi(str)) <= 0)
425 _min_workers = 4;
430 if (_max_workers < _min_workers + 1)
431 _max_workers = _min_workers + 1;
H A Daio.c110 int _min_workers = 4; /* min number of workers */ variable
213 for (i = 0; i < _min_workers; i++)
/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h315 extern int _min_workers; /* min number of workers */

Completed in 41 milliseconds