Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dplock.c49 static pid_t state_pid = -1; /* pid to which state belongs */ variable
68 if ((pid = getpid()) != state_pid) { in plock()
70 state_pid = pid; in plock()