Home
last modified time | relevance | path

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

123456

/external/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()
/external/ltp/lib/newlib_tests/
Dtest13.c14 SAFE_FORK(); in do_test()
15 SAFE_FORK(); in do_test()
16 SAFE_FORK(); in do_test()
Dtest07.c27 if (SAFE_FORK() == 0) { in do_test()
/external/ltp/testcases/kernel/sched/autogroup/
Dautogroup01.c32 if (!SAFE_FORK()) { in do_test()
36 if (SAFE_FORK()) in do_test()
/external/ltp/testcases/kernel/syscalls/switch/
Dendian_switch01.c40 if (SAFE_FORK() == 0) { in check_le_switch_supported()
63 if (SAFE_FORK() == 0) { in test_le_switch()
/external/ltp/testcases/kernel/syscalls/flock/
Dflock04.c63 pid = SAFE_FORK(); in verify_flock()
69 pid = SAFE_FORK(); in verify_flock()
/external/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()
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl03.c75 pid = SAFE_FORK(); in verify_prctl()
79 cpid = SAFE_FORK(); in verify_prctl()
Dprctl06.c47 childpid = SAFE_FORK(); in do_prctl()
67 pid = SAFE_FORK(); in verify_prctl()
Dprctl04.c93 childpid = SAFE_FORK(); in check_filter_mode_inherit()
190 pid = SAFE_FORK(); in verify_prctl()
/external/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir02.c33 pid = SAFE_FORK(); in verify_mkdir()
80 pid = SAFE_FORK(); in setup()
/external/ltp/testcases/kernel/syscalls/pidfd_send_signal/
Dpidfd_send_signal03.c48 pid = SAFE_FORK(); in verify_pidfd_send_signal()
65 new_pid = SAFE_FORK(); in verify_pidfd_send_signal()
/external/ltp/testcases/kernel/mem/thp/
Dthp01.c59 pid_t pid = SAFE_FORK(); in thp_test()
88 pid = SAFE_FORK(); in thp_test()
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise10.c139 pid = SAFE_FORK(); in test_madvise()
143 pid = SAFE_FORK(); in test_madvise()
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace07.c90 pid = SAFE_FORK(); in do_test()
96 if (SAFE_FORK() == 0) in do_test()
/external/ltp/testcases/kernel/syscalls/request_key/
Drequest_key03.c93 add_key_pid = SAFE_FORK(); in test_with_key_type()
114 request_key_pid = SAFE_FORK(); in test_with_key_type()
/external/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c170 child = SAFE_FORK(); in test_migrate_current_process()
208 child1 = SAFE_FORK(); in test_migrate_other_process()
237 child2 = SAFE_FORK(); in test_migrate_other_process()
/external/ltp/testcases/kernel/syscalls/times/
Dtimes03.c138 pid = SAFE_FORK(); in verify_times()
185 int pid = SAFE_FORK(); in do_test()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c103 child = SAFE_FORK(); in test_clone_parent()
188 child = SAFE_FORK(); in test_clone_thread()
/external/ltp/testcases/kernel/syscalls/execlp/
Dexeclp01.c24 pid = SAFE_FORK(); in verify_execlp()
/external/ltp/testcases/kernel/syscalls/execvp/
Dexecvp01.c24 pid = SAFE_FORK(); in verify_execvp()
/external/ltp/lib/
Dtst_sig_proc.c19 cpid = SAFE_FORK(); in create_sig_proc()
/external/ltp/testcases/kernel/syscalls/execl/
Dexecl01.c26 pid = SAFE_FORK(); in verify_execl()
/external/ltp/testcases/kernel/syscalls/execv/
Dexecv01.c28 pid = SAFE_FORK(); in verify_execv()

123456