Lines Matching refs:zombie
817 T_HELPER_DECL(zombie_child, "child process to sample as a zombie")
821 T_QUIET; T_ASSERT_NOTNULL(child_thread_started, "zombie child thread semaphore");
823 /* spawn another thread to get stuck in the kernel, then call exit() to become a zombie */
835 T_DECL(zombie, "tests a stackshot of a zombie task with a thread stuck in the kernel",
846 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "zombie child semaphore");
875 T_LOG("unable to find child using proc_pidinfo, assuming zombie");
904 .name = "zombie",
914 T_QUIET; T_ASSERT_POSIX_SUCCESS(waitpid(pid, &status, 0), "waitpid on zombie child");
2923 T_QUIET; T_ASSERT_NOTNULL(pid_num, "zombie child pid provided");
2925 T_QUIET; T_ASSERT_GT(zombie_child_pid, 0, "zombie child pid greater than zero");
3294 …T_ASSERT_TRUE((task_flags & kTerminatedSnapshot) == kTerminatedSnapshot, "child zombie marked as t…
3588 T_QUIET; T_ASSERT_TRUE(found_zombie_child, "found zombie child in kcdata");