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

/freebsd-10.3-release/bin/pkill/
H A Dpkill.c136 int i, ch, bestidx, rv, criteria, pidfromfile, pidfilelock; local
181 pidfilelock = 0;
205 pidfilelock = 1;
300 pidfromfile = takepid(pidfile, pidfilelock);
302 if (pidfilelock) {
797 takepid(const char *pidfile, int pidfilelock) argument
807 if (pidfilelock) {

Completed in 44 milliseconds