/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage03.c | 39 if (!SAFE_FORK()) { in inherit_fork1() 62 if (!SAFE_FORK()) { in inherit_fork2() 77 if (!SAFE_FORK()) in grandchild_maxrss() 95 pid_t pid = SAFE_FORK(); in zombie() 124 pid_t pid = SAFE_FORK(); in sig_ign() 143 if (!SAFE_FORK()) { in inherit_exec() 164 if (!SAFE_FORK()) { in run() 165 if (!SAFE_FORK()) { in run()
|
/third_party/ltp/testcases/cve/ |
D | cve-2017-17052.c | 57 SAFE_FORK(); in fork_thread() 66 SAFE_FORK(); in do_test_fork() 67 SAFE_FORK(); in do_test_fork() 68 SAFE_FORK(); in do_test_fork() 71 if (SAFE_FORK() == 0) { in do_test_fork() 93 pid = SAFE_FORK(); in run()
|
/third_party/ltp/lib/newlib_tests/ |
D | test13.c | 14 SAFE_FORK(); in do_test() 15 SAFE_FORK(); in do_test() 16 SAFE_FORK(); in do_test()
|
D | test_children_cleanup.c | 23 if (!SAFE_FORK()) in run() 27 child_pid = SAFE_FORK(); in run()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
D | kill06.c | 23 if (!SAFE_FORK()) { in verify_kill() 26 if (!SAFE_FORK()) in verify_kill()
|
D | kill05.c | 49 pid1 = SAFE_FORK(); in do_master_child() 78 pid = SAFE_FORK(); in verify_kill()
|
/third_party/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid03.c | 39 child_pid = SAFE_FORK(); in run() 54 child_pid = SAFE_FORK(); in run()
|
/third_party/ltp/testcases/kernel/sched/autogroup/ |
D | autogroup01.c | 32 if (!SAFE_FORK()) { in do_test() 36 if (SAFE_FORK()) in do_test()
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
D | utsname01.c | 24 if (!SAFE_FORK()) { in run() 29 if (!SAFE_FORK()) { in run()
|
D | utsname02.c | 33 if (!SAFE_FORK()) { in run() 41 if (!SAFE_FORK()) { in run()
|
D | utsname03.c | 71 if (!SAFE_FORK()) { in run() 77 if (!SAFE_FORK()) { in run()
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
D | fork08.c | 29 if (!SAFE_FORK()) { in run() 34 if (!SAFE_FORK()) { in run()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace02.c | 25 child_pid[0] = SAFE_FORK(); in verify_ptrace() 29 child_pid[1] = SAFE_FORK(); in verify_ptrace()
|
/third_party/ltp/testcases/kernel/containers/mqns/ |
D | mqns_01.c | 44 if (!SAFE_FORK()) { in run() 52 if (!SAFE_FORK()) { in run()
|
D | mqns_02.c | 72 if (!SAFE_FORK()) { in run() 80 if (!SAFE_FORK()) { in run()
|
/third_party/ltp/testcases/kernel/syscalls/switch/ |
D | endian_switch01.c | 43 if (SAFE_FORK() == 0) { in check_le_switch_supported() 69 if (SAFE_FORK() == 0) { in test_le_switch()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | common.h | 59 pid = SAFE_FORK(); in unshare_test() 72 pid = SAFE_FORK(); in plain_test()
|
/third_party/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_03.c | 65 cpid_poster = SAFE_FORK(); in run() 71 cpid_waiter = SAFE_FORK(); in run()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid10.c | 39 pid = SAFE_FORK(); in do_child_1() 93 fork_pid = SAFE_FORK(); in do_fork()
|
D | waitpid09.c | 41 pid = SAFE_FORK(); in case0() 74 pid = SAFE_FORK(); in case1()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl03.c | 82 pid = SAFE_FORK(); in verify_prctl() 86 cpid = SAFE_FORK(); in verify_prctl()
|
D | prctl06.c | 55 childpid = SAFE_FORK(); in do_prctl() 75 pid = SAFE_FORK(); in verify_prctl()
|
/third_party/ltp/testcases/kernel/syscalls/flock/ |
D | flock04.c | 63 pid = SAFE_FORK(); in verify_flock() 69 pid = SAFE_FORK(); in verify_flock()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
D | pidfd_send_signal03.c | 54 pid = SAFE_FORK(); in verify_pidfd_send_signal() 71 new_pid = SAFE_FORK(); in verify_pidfd_send_signal()
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
D | process_vm_readv02.c | 89 pid_alloc = SAFE_FORK(); in run() 98 pid_invoke = SAFE_FORK(); in run()
|