Searched refs:exited (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/tests/vm/ |
| H A D | corpse_footprint.c | 83 bool exited; in perf_fork_corpse_teardown() local 88 exited = dt_waitpid(munch_pid, NULL, NULL, 30); in perf_fork_corpse_teardown() 89 T_QUIET; T_ASSERT_TRUE(exited, "dt_wait_pid()"); in perf_fork_corpse_teardown()
|
| H A D | vm_reclaim.c | 612 bool exited = dt_waitpid(child_pid, &status, &signal, 30); in vm_reclaim_async_exception() 613 T_QUIET; T_EXPECT_FALSE(exited, "waitpid"); in vm_reclaim_async_exception()
|
| /xnu-12377.81.4/doc/observability/ |
| H A D | coalitions.md | 49 …ways equal to the sum of its threads, plus that of any threads that have exited. On the other hand…
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_exit.c | 2671 DTRACE_PROC2(exited, proc_t, p, int, exitval); in proc_exit() 2695 DTRACE_PROC2(exited, proc_t, p, int, exitval); in proc_exit()
|
| /xnu-12377.81.4/tests/ |
| H A D | stackshot_tests.m | 2328 T_QUIET; T_ASSERT_TRUE(WIFEXITED(wstatus), "clpcctrl exited normally");
|