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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsysconf.c55 static pid_t _maxpid = 0; local
454 if (_maxpid <= 0)
455 _maxpid = _sysconfig(_CONFIG_MAXPID);
456 return (_maxpid);

Completed in 20 milliseconds