Searched refs:task_is_a_corpse_fork (Results 1 – 6 of 6) sorted by relevance
451 if (task_is_a_corpse_fork(task)) { in task_generate_corpse()
360 #define task_is_a_corpse_fork(task) \ macro
625 if (task_is_a_corpse_fork(task)) { in thread_terminate_self()1560 if (task_is_a_corpse_fork(parent_task)) { in thread_create_internal()
201 if (task_is_a_corpse_fork(task)) { in ipc_task_init()
3286 if (task != get_threadtask(self) && !task_is_a_corpse_fork(task)) { in task_start_halt_locked()7788 return task_is_a_corpse_fork(t); in is_corpsefork()
3213 if (!task->active || task_is_a_corpse(task) || task_is_a_corpse_fork(task)) { in kdp_stackshot_record_task()