/bionic/libc/arch-arm64/syscalls/ |
getppid.S | 5 ENTRY(getppid) function 14 END(getppid)
|
/bionic/libc/arch-arm/syscalls/ |
getppid.S | 5 ENTRY(getppid) function 16 END(getppid)
|
/bionic/libc/arch-mips/syscalls/ |
getppid.S | 5 ENTRY(getppid) function 19 END(getppid)
|
/bionic/libc/arch-x86_64/syscalls/ |
getppid.S | 5 ENTRY(getppid) function 15 END(getppid)
|
/external/strace/tests/ |
getppid.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getppid -a10 ); do not edit.
|
getppid.c | 12 printf("getppid() = %ld\n", syscall(__NR_getppid));
|
/external/strace/tests-m32/ |
getppid.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getppid -a10 ); do not edit.
|
getppid.c | 12 printf("getppid() = %ld\n", syscall(__NR_getppid));
|
/external/strace/tests-mx32/ |
getppid.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getppid -a10 ); do not edit.
|
getppid.c | 12 printf("getppid() = %ld\n", syscall(__NR_getppid));
|
/bionic/libc/arch-mips64/syscalls/ |
getppid.S | 5 ENTRY(getppid) function 25 END(getppid)
|
/bionic/libc/arch-x86/syscalls/ |
getppid.S | 5 ENTRY(getppid) function 24 END(getppid)
|
/external/ltp/testcases/kernel/syscalls/getppid/ |
getppid01.c | 42 * TEST TITLE : Basic test for getppid(2) 62 * 1.) getppid(2) returns...(See Description) 90 * This is a Phase I test for the getppid(2) system call. It is intended 93 * getppid(2). 137 TEST(getppid()); 140 tst_resm(TFAIL | TTERRNO, "getppid failed"); 142 tst_resm(TPASS, "getppid returned %ld", TEST_RETURN);
|
getppid02.c | 25 * Testcase to check the basic functionality of the getppid() syscall. 75 TEST(getppid()); 78 errx(1, "getppid failed (%ld != %d)", 88 "getppid functionality incorrect");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
5-1.c | 55 kill(getppid(), SIGUSR1); 61 kill(getppid(), SIGUSR1); 68 kill(getppid(), SIGUSR1);
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
signal_during_stop_the_world.cc | 35 pid_t parent = getppid();
|
/external/ltp/testcases/kernel/syscalls/clone/ |
clone08.c | 115 parent_ppid = getppid(); 124 if (parent_ppid == getppid()) { 127 tst_res(TFAIL, "getppid != parent_ppid (%d != %d)", 128 parent_ppid, getppid());
|
/external/ltp/testcases/kernel/syscalls/getpgid/ |
getpgid01.c | 30 * block3: Does getpgid(getppid()) and checks for error. 125 my_ppid = getppid(); 136 tst_resm(TINFO, "Test block 3: getpgid(getppid()) " 139 tst_resm(TPASS, "Test block 3: getpgid(getppid()) "
|
/system/vold/ |
wait_for_keymaster.cpp | 23 if (getppid() == 1) {
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_ptrace_dumper_unittest.cc | 122 LinuxPtraceDumper dumper(getppid()); 126 LinuxPtraceDumper dumper(getppid()); 135 LinuxPtraceDumper dumper(getppid()); 141 if (dumper.threads()[i] == getppid()) { 228 LinuxPtraceDumper dumper(getppid()); 247 const pid_t pid = getppid(); 272 LinuxPtraceDumper dumper(getppid()); 296 LinuxPtraceDumper dumper(getppid()); 332 LinuxPtraceDumper dumper(getppid());
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
seccomp_bpf.c | 420 pid_t parent = getppid(); 428 /* getppid() should succeed and be logged (no check for logging) */ 508 pid_t parent = getppid(); 541 pid_t parent = getppid(); 580 pid_t parent = getppid(); 763 pid_t parent = getppid(); 781 pid_t parent = getppid(); 803 pid_t parent = getppid(); 828 pid_t parent = getppid(); 1038 parent = getppid(); [all...] |
/external/ltp/testcases/kernel/containers/pidns/ |
pidns01.c | 37 * Inside the cloned pid check for the getpid() and getppid() 74 ppid = getppid();
|
/external/ltp/testcases/kernel/syscalls/epoll_pwait/ |
epoll_pwait01.c | 176 if (tst_process_state_wait2(getppid(), 'S') != 0) { 181 SAFE_KILL(cleanup, getppid(), SIGUSR1);
|
/external/ltp/testcases/kernel/syscalls/sched_getparam/ |
sched_getparam02.c | 114 * Call sched_getparam(2) with pid = getppid() sothat 118 TEST(sched_getparam(getppid(), ¶m));
|
/external/ltp/testcases/kernel/syscalls/sched_setparam/ |
sched_setparam03.c | 114 * Call sched_setparam(2) with pid = getppid() so that 118 TEST(sched_setparam(getppid(), ¶m));
|