Searched refs:PID_ALL (Results 1 – 2 of 2) sorted by relevance
28 (pid_ == PID_ALL || pid_ == element->pid()); in Matches()33 if (pid_ != PID_ALL) { in Format()38 if (pid_ != PID_ALL) { in Format()137 pid_t pid = Prune::PID_ALL; in Init()148 if (uid == Prune::UID_ALL && pid == Prune::PID_ALL) { in Init()
29 static const pid_t PID_ALL = (pid_t)-1; variable