Searched defs:task_is_stopped (Results 1 – 2 of 2) sorted by relevance
106 #define task_is_stopped(task) ((task->state & __TASK_STOPPED) != 0) macro
118 #define task_is_stopped(task) ((task->state & __TASK_STOPPED) != 0) macro