Searched defs:npid (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dcgroup.c1076 pid_t pid = 0, npid, mypid; local
1090 while (cg_read_pid(f, &npid) > 0) {
1093 if (npid == pid)
1097 if (get_process_ppid(npid, &ppid) >= 0 && ppid != mypid)
1107 pid = npid;

Completed in 30 milliseconds