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.h269 #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED) macro
273 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \
/linux/kernel/
H A Dsignal.c926 * will take ->siglock, notice SIGNAL_CLD_MASK, and in prepare_signal()
2833 * the CLD_ si_code into SIGNAL_CLD_MASK bits. in get_signal()
2835 if (unlikely(signal->flags & SIGNAL_CLD_MASK)) { in get_signal()
2843 signal->flags &= ~SIGNAL_CLD_MASK; in get_signal()