Home
last modified time | relevance | path

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

123

/xnu-12377.1.9/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()
244 pid_t child = fork(); in __test_exit_reason_terminate()
270 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken()
292 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_token()
313 pid_t child = fork(); in __test_exit_reason_delegated_signal_fail_bad_instigator_token()
330 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_null_token()
348 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();
200 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 Dfd_send.c99 child = fork();
123 child = fork();
149 child = 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 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.c248 pid_t child_pid = fork();
293 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 Dtry_read_write_test_unexpected.c72 if ((child_pid = fork())) {
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 Depoch_sync_tests.c72 pid_t pid = fork();
H A Dtask_filter_msg.c48 pid_t pid = fork();
H A Dpac_exception_entitlement.c140 pid_t pid = fork(); in run_pac_exception_test()
H A Dexec-race-128791723.c31 pid_t forked_pid = fork();
H A Dexc_guard_helper_test_unexpected.c67 if ((child_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");

123