Home
last modified time | relevance | path

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

/include/linux/sched/
A Dsignal.h406 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state()
444 state = TASK_WAKEKILL | __TASK_TRACED; in signal_wake_up()
/include/linux/
A Dsched.h114 #define TASK_WAKEKILL 0x00000100 macro
132 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
133 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
A Dwait.h286 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))

Completed in 19 milliseconds