/external/ltp/testcases/kernel/syscalls/sched_setparam/ |
sched_setparam05.c | 129 * Call sched_setparam(2) with pid = getppid() 131 TEST(sched_setparam(getppid(), ¶m));
|
/external/ltp/testcases/kernel/syscalls/setpgid/ |
setpgid03.c | 82 rval = setpgid(child_pid, getppid()); 111 rval = setpgid(child_pid, getppid());
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
16-1.c | 102 kill(getppid(), SIGABRT); 106 kill(getppid(), SIGABRT);
|
5-3.c | 92 kill(getppid(), SIGABRT); 96 kill(getppid(), SIGABRT);
|
/system/core/libprocinfo/ |
process_test.cpp | 47 ASSERT_EQ(getppid(), self.ppid); 62 ASSERT_EQ(getppid(), self.ppid);
|
/external/linux-kselftest/android/patches/ |
0009-seccomp-disable-tests-broken-on-kernels-4.8.patch | 34 /* Tracer will redirect getpid to getppid, and we should die. */
|
/external/ltp/testcases/kernel/syscalls/futex/ |
futex_wait02.c | 41 tst_process_state_wait2(getppid(), 'S');
|
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
sem_lock.c | 68 (long)getppid(), (long)pid);
|
/prebuilts/go/darwin-x86/src/os/ |
exec.go | 73 // Getppid returns the process id of the caller's parent. 74 func Getppid() int { return syscall.Getppid() }
|
/prebuilts/go/linux-x86/src/os/ |
exec.go | 73 // Getppid returns the process id of the caller's parent. 74 func Getppid() int { return syscall.Getppid() }
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
seccomp_bpf_tests.c | 274 pid_t parent = getppid(); 302 pid_t parent = getppid(); 332 pid_t parent = getppid(); 377 pid_t parent = getppid(); 401 pid_t parent = getppid(); 577 pid_t parent = getppid(); 598 pid_t parent = getppid(); 622 pid_t parent = getppid(); 643 pid_t parent = getppid(); 662 pid_t parent = getppid(); [all...] |
/external/ltp/testcases/kernel/sched/autogroup/ |
autogroup01.c | 51 SAFE_KILL(getppid(), SIGKILL);
|
/external/ltp/testcases/kernel/syscalls/clone/ |
clone07.c | 118 kill(getppid(), SIGUSR2);
|
/external/ltp/testcases/kernel/syscalls/kill/ |
kill10.c | 569 getppid()); 570 if (kill(getppid(), SIGUSR1) == -1) { 573 mypid, getppid(), errno, strerror(errno)); 593 mypid, getppid()); 594 if (kill(getppid(), SIGUSR2) == -1) { 597 mypid, getppid(), errno, 720 mypid, getppid()); 721 if (kill(getppid(), SIGUSR2) == -1) { 725 mypid, getppid(), errno,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
4-1.c | 67 if (ctl != getppid()) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
13-1.c | 101 kill(getppid(), SIGABRT);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
18-1.c | 108 kill(getppid(), SIGABRT);
|
18-2.c | 109 kill(getppid(), SIGABRT);
|
5-2.c | 108 kill(getppid(), SIGABRT);
|
5-3.c | 109 kill(getppid(), SIGABRT);
|
8-1.c | 117 kill(getppid(), SIGABRT);
|
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/ |
send_rev_1.c | 90 (long)getppid());
|
/external/lzma/CPP/7zip/Crypto/ |
RandGen.cpp | 45 pid = getppid();
|
/external/perfetto/protos/perfetto/trace/ps/ |
process_tree.proto | 39 // The parent process ID, as per getppid().
|
/external/strace/tests/ |
getxxid.c | 43 ppid = getppid();
|