Home
last modified time | relevance | path

Searched refs:task_is_stopped (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/
Dptrace.c377 if (task_is_stopped(task) && in ptrace_attach()
Dsignal.c1995 if (!task_is_stopped(t) && in do_signal_stop()
/linux-4.4.14/include/linux/
Dsched.h246 #define task_is_stopped(task) ((task->state & __TASK_STOPPED) != 0) macro