/external/ltp/testcases/kernel/containers/pidns/ |
pidns13.c | 82 ppid = getppid();
|
pidns16.c | 97 ppid = getppid();
|
pidns20.c | 90 ppid = getppid();
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl33.c | 211 if (tst_process_state_wait2(getppid(), 'S') != 0) {
|
/external/ltp/testcases/kernel/syscalls/kill/ |
kill12.c | 202 kill(getppid(), SIGCHLD); /* tell parent we are ready */
|
/external/ltp/testcases/kernel/syscalls/move_pages/ |
move_pages12.c | 70 pid_t ppid = getppid();
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
ptrace01.c | 273 if ((kill(getppid(), SIGUSR2)) == -1) {
|
ptrace02.c | 275 if ((kill(getppid(), SIGUSR2)) == -1) {
|
/external/ltp/testcases/kernel/syscalls/setsid/ |
setsid01.c | 176 retval = setpgid(0, getppid());
|
/external/selinux/policycoreutils/secon/ |
secon.c | 267 opts->f.pid = getppid(); 271 opts->f.pid = getppid(); 275 opts->f.pid = getppid(); 279 opts->f.pid = getppid();
|
/external/strace/tests/ |
kcmp.c | 221 do_kcmp(getpid(), getppid(), ARG_STR(KCMP_EPOLL_TFD), NULL_FD,
|
/external/strace/tests-m32/ |
kcmp.c | 221 do_kcmp(getpid(), getppid(), ARG_STR(KCMP_EPOLL_TFD), NULL_FD,
|
/external/strace/tests-mx32/ |
kcmp.c | 221 do_kcmp(getpid(), getppid(), ARG_STR(KCMP_EPOLL_TFD), NULL_FD,
|
/external/toybox/toys/posix/ |
ulimit.c | 73 if (!(toys.optflags&FLAG_P)) TT.pid = getppid();
|
/system/core/init/ |
subcontext_test.cpp | 179 return Error() << getpid() << " " << getppid();
|
/system/vold/ |
vdc.cpp | 66 if (getppid() == 1) {
|
/external/strace/linux/32/ |
syscallent.h | 181 [173] = { 0, PU|NF, SEN(getppid), "getppid" },
|
/external/strace/linux/64/ |
syscallent.h | 174 [173] = { 0, PU|NF, SEN(getppid), "getppid" },
|
/external/strace/linux/avr32/ |
syscallent.h | 93 [ 64] = { 0, PU|NF, SEN(getppid), "getppid" },
|
/external/strace/linux/hppa/ |
syscallent.h | 70 [ 64] = { 0, PU|NF, SEN(getppid), "getppid" },
|
/external/strace/linux/mips/ |
syscallent-n32.h | 111 [6108] = { 0, NF, SEN(getppid), "getppid" },
|
syscallent-n64.h | 111 [5108] = { 0, NF, SEN(getppid), "getppid" },
|
/external/strace/linux/sparc/ |
syscallent.h | 198 [197] = { 0, PU|NF, SEN(getppid), "getppid" },
|
/external/strace/linux/sparc64/ |
syscallent.h | 196 [197] = { 0, PU|NF, SEN(getppid), "getppid" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 111 [110] = { 0, PU|NF, SEN(getppid), "getppid" },
|