Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h118 #define task_is_stopped(task) ((task->state & __TASK_STOPPED) != 0) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dptrace.c478 if (task_is_stopped(task) && in ptrace_attach()
H A Dsignal.c2356 if (!task_is_stopped(t) && in do_signal_stop()