Home
last modified time | relevance | path

Searched refs:EXIT_ZOMBIE (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/
A Dexit.c268 && leader->exit_state == EXIT_ZOMBIE) { in release_task()
674 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader()
743 tsk->exit_state = EXIT_ZOMBIE; in exit_notify()
1169 if (cmpxchg(&p->exit_state, EXIT_ZOMBIE, state) != EXIT_ZOMBIE) in wait_task_zombie()
1243 state = EXIT_ZOMBIE; in wait_task_zombie()
1468 if (exit_state == EXIT_ZOMBIE) { in wait_consider_task()
A Dptrace.c544 if (p->exit_state != EXIT_ZOMBIE) in __ptrace_detach()
/linux/include/linux/
A Dsched.h106 #define EXIT_ZOMBIE 0x00000020 macro
107 #define EXIT_TRACE (EXIT_ZOMBIE | EXIT_DEAD)
141 __TASK_TRACED | EXIT_DEAD | EXIT_ZOMBIE | \
/linux/include/trace/events/
A Dsched.h262 { EXIT_ZOMBIE, "Z" },
/linux/fs/
A Dexec.c1122 BUG_ON(leader->exit_state != EXIT_ZOMBIE); in de_thread()
/linux/arch/powerpc/xmon/
A Dxmon.c3274 (tsk->exit_state & EXIT_ZOMBIE) ? 'Z' : in show_task()

Completed in 25 milliseconds