Home
last modified time | relevance | path

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

1234

/xnu-12377.81.4/tests/signals/
H A Dsignal_exit_reason.c158 pid_t child = fork(); in __test_exit_reason_abort()
178 pid_t child = fork(); in __test_exit_reason_external_signal()
194 pid_t child = fork(); in __test_exit_reason_delegate_signal()
218 pid_t child = fork(); in __test_exit_reason_delegate_terminate()
247 pid_t child = fork(); in __test_exit_reason_terminate()
273 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken()
295 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_token()
316 pid_t child = fork(); in __test_exit_reason_delegated_signal_fail_bad_instigator_token()
333 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_null_token()
351 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_signal()
[all …]
H A Dsigchld_return.c76 pid = fork();
91 pid_t pid = fork();
116 pid_t pid = fork();
H A Dsigcont_return.c20 pid = fork();
/xnu-12377.81.4/tests/
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 Darm_mte_soft_mode_traced.c58 pid_t child_pid = fork();
106 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 Dcarplay_mode.c226 pid_t child_pid = fork();
276 pid_t child_pid = fork();
330 pid_t child_pid = fork();
H A Darm_mte_utilities.c146 pid_t pid = fork(); in fork_and_exec_new_process()
220 pid_t pid = fork();
244 pid_t pid = fork();
265 pid_t 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 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 Dtask_filter_msg.c48 pid_t pid = fork();
H A Depoch_sync_tests.c72 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())) {

1234