Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c121 static pid_t ut_maxpid = 0; /* Value of MAXPID from sysconf */ variable
249 ut_maxpid = sysconf(_SC_MAXPID); in big_pids_in_use()
251 return (ut_maxpid > SHRT_MAX ? 1 : 0); in big_pids_in_use()