Searched refs:getppid (Results 51 - 75 of 149) sorted by relevance
123456
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | It_ipc_sigaction_001.cpp | 57 spid = getppid(); in Testcase()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns20.c | 36 ppid = getppid(); in child_func()
|
H A D | pidns13.c | 58 ppid = getppid(); in child_fn()
|
H A D | pidns30.c | 51 ppid = getppid(); in child_func()
|
H A D | pidns31.c | 49 ppid = getppid(); in child_func()
|
H A D | pidns05.c | 32 ppid = getppid(); in child_func()
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
H A D | starvation.c | 76 pid_t ppid = getppid(); in child()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_wait02.c | 33 TST_PROCESS_STATE_WAIT(getppid(), 'S', 1000); in do_child()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
H A D | sem_lock.c | 68 (long)getppid(), (long)pid); in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | fcntl.c | 41 _exit(fcntl(fd, F_GETLK, &fl) || fl.l_pid != getppid()); in main()
|
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_019.cpp | 72 ret = ChildShell(reinterpret_cast<void *>(getppid())); in ChildFun()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace01.c | 50 SAFE_KILL(getppid(), SIGUSR2); in child_handler()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
H A D | epoll_pwait01.c | 60 pid = getppid(); in run()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl03.c | 89 if (getppid() != ppid) { in verify_prctl()
|
/third_party/libevdev/test/ |
H A D | test-main.c | 37 int ppid = getppid(); in is_debugger_attached()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 12-1.c | 98 kill(getppid(), SIGABRT); in main()
|
H A D | 5-2.c | 96 kill(getppid(), SIGABRT); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 5-2.c | 108 kill(getppid(), SIGABRT); in main()
|
H A D | 18-1.c | 108 kill(getppid(), SIGABRT); in main()
|
H A D | 18-2.c | 109 kill(getppid(), SIGABRT); in main()
|
H A D | 5-3.c | 112 kill(getppid(), SIGABRT); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
H A D | 13-1.c | 101 kill(getppid(), SIGABRT); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 5-1.c | 89 kill(getppid(), SIGABRT); in main()
|
H A D | 5-2.c | 102 kill(getppid(), SIGABRT); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/mqueues/ |
H A D | send_rev_1.c | 90 (long)getppid()); in main()
|
Completed in 12 milliseconds
123456