Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h110 #define __TASK_STOPPED 0x00000004 macro
138 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
148 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
163 ((state) & (__TASK_STOPPED | __TASK_TRACED | TASK_PARKED | \