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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c120 static pid_t ut_maxpid = 0; /* Value of MAXPID from sysconf */ variable
248 ut_maxpid = sysconf(_SC_MAXPID);
250 return (ut_maxpid > SHRT_MAX ? 1 : 0);

Completed in 16 milliseconds