| /xnu-8792.41.9/tests/ |
| H A D | posix_spawn_alt_rosetta.c | 45 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 D | perf_spawn_fork.c | 29 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { \ 60 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { \
|
| H A D | suspended_spawn_26184412.c | 65 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 D | posix_spawn_file_actions.c | 60 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 D | fd_table_limits.c | 72 …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 D | subsystem_root_path.h | 25 if (WIFEXITED(status) && (WEXITSTATUS(status) == 0)) { in _spawn_and_wait()
|
| H A D | port_exhaustion.c | 45 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally");
|
| H A D | pipe_read_infloop_55437634.c | 51 T_ASSERT_TRUE(WIFEXITED(status), NULL);
|
| H A D | posix_spawn_launch_type.c | 61 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
|
| H A D | subsystem_root_path_helper.c | 38 if (!(WIFEXITED(status) && (WEXITSTATUS(status) == 0))) { in main()
|
| H A D | task_filter_msg.c | 63 if (WIFEXITED(status)) {
|
| H A D | posix_spawn_file_actions_add_fileportdup2_np.c | 66 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
|
| H A D | posix_spawn_archpref.c | 35 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "%s: child process should have called exit()", name); in run_test()
|
| H A D | posix_spawn_posix_cred.c | 89 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
|
| H A D | xnu_quick_test.c | 99 T_ASSERT_TRUE((WIFEXITED( my_status ) && WEXITSTATUS( my_status ) == 44),
|
| H A D | posix_spawn_filtering.c | 100 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
|
| H A D | task_vm_info_decompressions.c | 70 if (WIFEXITED(status) != 1 || WEXITSTATUS(status) != 0) { in freeze_pid()
|
| H A D | reply_port_defense.c | 178 if (WIFEXITED(child_status) && WEXITSTATUS(child_status)) {
|
| H A D | perf_exit.c | 174 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
|
| H A D | immovable_send.c | 216 if (WIFEXITED(child_status) && WEXITSTATUS(child_status)) {
|
| H A D | shared_cache_reslide_test.c | 92 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally"); in get_current_slide_address()
|
| /xnu-8792.41.9/tests/vm/ |
| H A D | zalloc.c | 70 if (WIFEXITED(status)) { 78 T_ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) == 0,
|
| H A D | posix_spawnattr_set_jetsam_ttr.c | 215 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 D | run.c | 84 } else if (WIFEXITED(ret)) { in work()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | wait.h | 152 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
|