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

/freebsd-13-stable/bin/pkill/
H A Dpkill.c139 int i, ch, bestidx, rv, criteria, pidfromfile, pidfilelock; local
184 pidfilelock = 0;
208 pidfilelock = 1;
303 pidfromfile = takepid(pidfile, pidfilelock);
305 if (pidfilelock) {
807 takepid(const char *pidfile, int pidfilelock) argument
817 if (pidfilelock) {

Completed in 85 milliseconds