Searched refs:SIGNAL_CLD_MASK (Results 1 – 2 of 2) sorted by relevance
269 #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED) macro273 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \
926 * 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()