Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 62) sorted by relevance

123

/xnu-11417.140.69/tests/
H A Dsignal_exit_reason.c155 pid_t child = fork(); in __test_exit_reason_abort()
175 pid_t child = fork(); in __test_exit_reason_external_signal()
191 pid_t child = fork(); in __test_exit_reason_delegate_signal()
215 pid_t child = fork(); in __test_exit_reason_delegate_terminate()
243 pid_t child = fork(); in __test_exit_reason_terminate()
269 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken()
291 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_token()
312 pid_t child = fork(); in __test_exit_reason_delegated_signal_fail_bad_instigator_token()
329 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_null_token()
347 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_signal()
[all …]
H A Dsigchld_return.c41 pid = fork();
60 pid_t pid = fork();
85 pid_t pid = fork();
H A Dperf_spawn_fork.c53 pid = fork(); \
65 T_DECL(fork, "fork latency", T_META_TAG_VM_NOT_ELIGIBLE) {
H A Dunrecoverable_trap_test.c74 pid_t pid = fork();
118 pid_t pid = fork();
199 pid_t pid = fork();
H A Dcarplay_mode.c226 pid_t child_pid = fork();
276 pid_t child_pid = fork();
330 pid_t child_pid = fork();
H A Dgame_mode.c227 pid_t child_pid = fork();
277 pid_t child_pid = fork();
331 pid_t child_pid = fork();
H A Dfd_send.c99 child = fork();
123 child = fork();
149 child = fork();
H A Dtty_hang.c84 T_ASSERT_POSIX_SUCCESS(pid = fork(), NULL); in get_new_session_and_terminal_and_fork_child_to_read()
209 T_ASSERT_POSIX_SUCCESS(pid = fork(), NULL); in run_test()
H A Dsigcont_return.c15 pid = fork();
H A Dcoalition_policy.c236 pid_t child_pid = fork();
280 pid_t child_pid = fork();
H A Dtask_fatal_port.c34 child = fork();
H A Dpipe_read_infloop_55437634.c33 T_ASSERT_POSIX_SUCCESS(child = fork(), NULL);
H A Dfreebsd_waitpid_nohang.c42 child = fork();
H A Dtest_ptraceme.c52 pid_t child_pid = fork();
H A Dfd_aio_fsync_uaf.c62 switch ((child = fork())) {
H A Dshared_cache_reslide_test.c123 if (dladdr((const void *)fork, &info) == 0) { in build_faulting_shared_cache_address()
151 pid_t child = fork(); in induce_crash()
H A Dsubsystem_root_path_helper.c29 int pid = fork(); in main()
H A Dtask_filter_msg.c48 pid_t pid = fork();
H A Dpac_exception_entitlement.c139 pid_t pid = fork(); in run_pac_exception_test()
H A Depoch_sync_tests.c72 pid_t pid = fork();
H A Dexec-race-128791723.c31 pid_t forked_pid = fork();
H A Dtask_info_28439149.c35 int pid = fork();
H A Dxnu_quick_test.c72 T_ASSERT_NE(my_pid = fork(), -1, "Fork off a process");
H A Dmacho_size_63133398.c3212 T_ASSERT_NE(-1, child = fork(), NULL);
H A Dtest_note_exec.c92 pid = fork(); in run_test()

123