Searched defs: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);
251 return (ut_maxpid > SHRT_MAX ? 1 : 0);

Completed in 47 milliseconds