Home
last modified time | relevance | path

Searched refs:exited (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/tests/vm/
H A Dcorpse_footprint.c83 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 Dvm_reclaim.c612 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 Dcoalitions.md49 …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 Dkern_exit.c2671 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 Dstackshot_tests.m2328 T_QUIET; T_ASSERT_TRUE(WIFEXITED(wstatus), "clpcctrl exited normally");