Home | History | Annotate | Download | only in rand

Lines Matching full:ppid

46  * 1) glibc maintains a cache of the current PID+PPID and, if this cache isn't
69 pid_t ppid; /* ppid contains the parent pid in order to try and reduce
146 pid_t pid, ppid;
172 ppid = getppid();
176 if (buf && buf->pid == pid && buf->ppid == ppid &&
204 buf->ppid = ppid;
207 if (buf->pid == pid && buf->ppid == ppid) {