Searched refs:task_is_a_corpse_fork (Results 1 – 6 of 6) sorted by relevance
446 if (task_is_a_corpse_fork(task)) { in task_generate_corpse()753 if (task == TASK_NULL || task_is_a_corpse_fork(task)) { in task_map_corpse_info_64()
341 #define task_is_a_corpse_fork(task) \ macro
590 if (task_is_a_corpse_fork(task)) { in thread_terminate_self()1433 if (task_is_a_corpse_fork(parent_task)) { in thread_create_internal()
182 if (task_is_a_corpse_fork(task)) { in ipc_task_init()
3040 if (task != get_threadtask(self) && !task_is_a_corpse_fork(task)) { in task_start_halt_locked()7289 return task_is_a_corpse_fork(t); in is_corpsefork()
2275 if (!task->active || task_is_a_corpse(task) || task_is_a_corpse_fork(task)) { in kdp_stackshot_record_task()