Home
last modified time | relevance | path

Searched refs:WIFEXITED (Results 1 – 25 of 37) sorted by relevance

12

/xnu-8792.41.9/tests/
H A Dposix_spawn_alt_rosetta.c45 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "child process should have called exit()");
57 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "child process should have called exit()");
69 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "child process should have called exit()");
H A Dperf_spawn_fork.c29 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { \
60 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { \
H A Dsuspended_spawn_26184412.c65 T_ASSERT_EQ(WIFEXITED(status), 0, "before SIGCONT: must not have exited"); in spawn_and_signal()
85 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally"); in spawn_and_signal()
H A Dposix_spawn_file_actions.c60 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
129 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
H A Dfd_table_limits.c72 …T_ASSERT_EQ(WIFEXITED(child_status), 1, "Child exited normally with exit value %d", WEXITSTATUS(ch…
109 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally");
150 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally");
H A Dsubsystem_root_path.h25 if (WIFEXITED(status) && (WEXITSTATUS(status) == 0)) { in _spawn_and_wait()
H A Dport_exhaustion.c45 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally");
H A Dpipe_read_infloop_55437634.c51 T_ASSERT_TRUE(WIFEXITED(status), NULL);
H A Dposix_spawn_launch_type.c61 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
H A Dsubsystem_root_path_helper.c38 if (!(WIFEXITED(status) && (WEXITSTATUS(status) == 0))) { in main()
H A Dtask_filter_msg.c63 if (WIFEXITED(status)) {
H A Dposix_spawn_file_actions_add_fileportdup2_np.c66 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
H A Dposix_spawn_archpref.c35 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "%s: child process should have called exit()", name); in run_test()
H A Dposix_spawn_posix_cred.c89 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
H A Dxnu_quick_test.c99 T_ASSERT_TRUE((WIFEXITED( my_status ) && WEXITSTATUS( my_status ) == 44),
H A Dposix_spawn_filtering.c100 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
H A Dtask_vm_info_decompressions.c70 if (WIFEXITED(status) != 1 || WEXITSTATUS(status) != 0) { in freeze_pid()
H A Dreply_port_defense.c178 if (WIFEXITED(child_status) && WEXITSTATUS(child_status)) {
H A Dperf_exit.c174 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
H A Dimmovable_send.c216 if (WIFEXITED(child_status) && WEXITSTATUS(child_status)) {
H A Dshared_cache_reslide_test.c92 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally"); in get_current_slide_address()
/xnu-8792.41.9/tests/vm/
H A Dzalloc.c70 if (WIFEXITED(status)) {
78 T_ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) == 0,
H A Dposix_spawnattr_set_jetsam_ttr.c215 T_QUIET; T_ASSERT_TRUE(WIFEXITED(status), "Exited cleanly"); in posix_spawn_helper_and_wait_for_exit()
/xnu-8792.41.9/tools/tests/execperf/
H A Drun.c84 } else if (WIFEXITED(ret)) { in work()
/xnu-8792.41.9/bsd/sys/
H A Dwait.h152 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro

12