Searched refs:_maxpid (Results 1 – 1 of 1) sorted by relevance
58 static pid_t _maxpid = 0; in sysconf() local457 if (_maxpid <= 0) in sysconf()458 _maxpid = _sysconfig(_CONFIG_MAXPID); in sysconf()459 return (_maxpid); in sysconf()