Searched defs:state_pid (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dplock.c51 static pid_t state_pid = -1; /* pid to which state belongs */ variable
70 if ((pid = getpid()) != state_pid) {
72 state_pid = pid;

Completed in 29 milliseconds