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

/linux-4.1.27/kernel/
H A Dptrace.c374 * The following task_is_stopped() test is safe as both transitions ptrace_attach()
377 if (task_is_stopped(task) && ptrace_attach()
H A Dsignal.c2021 * also check !task_is_stopped(t) below.
2046 if (!task_is_stopped(t) && while_each_thread()
/linux-4.1.27/include/linux/
H A Dsched.h238 #define task_is_stopped(task) ((task->state & __TASK_STOPPED) != 0) macro

Completed in 209 milliseconds