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

/openbsd-current/lib/libutil/
H A Dpidfile.c42 static pid_t pidfile_pid; variable
85 pidfile_pid = pid;
91 pidfile_pid = 0;
103 if (pidfile_path != NULL && pidfile_pid == getpid())

Completed in 104 milliseconds