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

/netbsd-current/games/hack/
H A Dhack.unix.c242 int lockedpid; /* should be the same size as local
245 if (read(fd, &lockedpid, sizeof(lockedpid)) !=
246 sizeof(lockedpid))
255 if (!(kill(lockedpid, 0) == -1 && errno == ESRCH))

Completed in 87 milliseconds