Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dsignal.h262 #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED) macro
266 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \
/linux/kernel/
H A Dsignal.c2704 if (unlikely(signal->flags & SIGNAL_CLD_MASK)) { in get_signal()
2712 signal->flags &= ~SIGNAL_CLD_MASK; in get_signal()