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.h268 #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED) macro
272 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \
/linux/kernel/
H A Dsignal.c2830 if (unlikely(signal->flags & SIGNAL_CLD_MASK)) { in get_signal()
2838 signal->flags &= ~SIGNAL_CLD_MASK; in get_signal()