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

/linux-master/kernel/
H A Dptrace.c399 * The following task_is_stopped() test is safe as both transitions
402 if (task_is_stopped(task) &&
H A Dsignal.c2459 * also check !task_is_stopped(t) below.
2482 if (!task_is_stopped(t) &&
/linux-master/include/linux/
H A Dsched.h143 #define task_is_stopped(task) ((READ_ONCE(task->jobctl) & JOBCTL_STOPPED) != 0) macro

Completed in 156 milliseconds