Lines Matching refs:zombie
818 T_HELPER_DECL(zombie_child, "child process to sample as a zombie")
822 T_QUIET; T_ASSERT_NOTNULL(child_thread_started, "zombie child thread semaphore");
824 /* spawn another thread to get stuck in the kernel, then call exit() to become a zombie */
836 T_DECL(zombie, "tests a stackshot of a zombie task with a thread stuck in the kernel",
847 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "zombie child semaphore");
876 T_LOG("unable to find child using proc_pidinfo, assuming zombie");
905 .name = "zombie",
915 T_QUIET; T_ASSERT_POSIX_SUCCESS(waitpid(pid, &status, 0), "waitpid on zombie child");
2967 T_QUIET; T_ASSERT_NOTNULL(pid_num, "zombie child pid provided");
2969 T_QUIET; T_ASSERT_GT(zombie_child_pid, 0, "zombie child pid greater than zero");
3341 …T_ASSERT_TRUE((task_flags & kTerminatedSnapshot) == kTerminatedSnapshot, "child zombie marked as t…
3635 T_QUIET; T_ASSERT_TRUE(found_zombie_child, "found zombie child in kcdata");