Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dsysconf.c58 static pid_t _maxpid = 0; in sysconf() local
457 if (_maxpid <= 0) in sysconf()
458 _maxpid = _sysconfig(_CONFIG_MAXPID); in sysconf()
459 return (_maxpid); in sysconf()