Home
last modified time | relevance | path

Searched refs:SAFE_FORK (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/third_party/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03.c39 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/
Dcve-2017-17052.c57 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/
Dtest13.c14 SAFE_FORK(); in do_test()
15 SAFE_FORK(); in do_test()
16 SAFE_FORK(); in do_test()
Dtest_children_cleanup.c23 if (!SAFE_FORK()) in run()
27 child_pid = SAFE_FORK(); in run()
/third_party/ltp/testcases/kernel/syscalls/kill/
Dkill06.c23 if (!SAFE_FORK()) { in verify_kill()
26 if (!SAFE_FORK()) in verify_kill()
Dkill05.c49 pid1 = SAFE_FORK(); in do_master_child()
78 pid = SAFE_FORK(); in verify_kill()
/third_party/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid03.c39 child_pid = SAFE_FORK(); in run()
54 child_pid = SAFE_FORK(); in run()
/third_party/ltp/testcases/kernel/sched/autogroup/
Dautogroup01.c32 if (!SAFE_FORK()) { in do_test()
36 if (SAFE_FORK()) in do_test()
/third_party/ltp/testcases/kernel/containers/utsname/
Dutsname01.c24 if (!SAFE_FORK()) { in run()
29 if (!SAFE_FORK()) { in run()
Dutsname02.c33 if (!SAFE_FORK()) { in run()
41 if (!SAFE_FORK()) { in run()
Dutsname03.c71 if (!SAFE_FORK()) { in run()
77 if (!SAFE_FORK()) { in run()
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork08.c29 if (!SAFE_FORK()) { in run()
34 if (!SAFE_FORK()) { in run()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace02.c25 child_pid[0] = SAFE_FORK(); in verify_ptrace()
29 child_pid[1] = SAFE_FORK(); in verify_ptrace()
/third_party/ltp/testcases/kernel/containers/mqns/
Dmqns_01.c44 if (!SAFE_FORK()) { in run()
52 if (!SAFE_FORK()) { in run()
Dmqns_02.c72 if (!SAFE_FORK()) { in run()
80 if (!SAFE_FORK()) { in run()
/third_party/ltp/testcases/kernel/syscalls/switch/
Dendian_switch01.c43 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/
Dcommon.h59 pid = SAFE_FORK(); in unshare_test()
72 pid = SAFE_FORK(); in plain_test()
/third_party/ltp/testcases/kernel/syscalls/eventfd2/
Deventfd2_03.c65 cpid_poster = SAFE_FORK(); in run()
71 cpid_waiter = SAFE_FORK(); in run()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid10.c39 pid = SAFE_FORK(); in do_child_1()
93 fork_pid = SAFE_FORK(); in do_fork()
Dwaitpid09.c41 pid = SAFE_FORK(); in case0()
74 pid = SAFE_FORK(); in case1()
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl03.c82 pid = SAFE_FORK(); in verify_prctl()
86 cpid = SAFE_FORK(); in verify_prctl()
Dprctl06.c55 childpid = SAFE_FORK(); in do_prctl()
75 pid = SAFE_FORK(); in verify_prctl()
/third_party/ltp/testcases/kernel/syscalls/flock/
Dflock04.c63 pid = SAFE_FORK(); in verify_flock()
69 pid = SAFE_FORK(); in verify_flock()
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
Dpidfd_send_signal03.c54 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/
Dprocess_vm_readv02.c89 pid_alloc = SAFE_FORK(); in run()
98 pid_invoke = SAFE_FORK(); in run()

12345678910>>...12