Searched refs:task_is_stopped (Results 1 – 3 of 3) sorted by relevance
377 if (task_is_stopped(task) && in ptrace_attach()
1995 if (!task_is_stopped(t) && in do_signal_stop()
246 #define task_is_stopped(task) ((task->state & __TASK_STOPPED) != 0) macro