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

/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dplock.c61 static int state_pid = -1; /* pid to which state belongs */ variable
174 if ((pid = getpid()) != state_pid) {
176 state_pid = pid;

Completed in 55 milliseconds