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

/linux-4.1.27/kernel/
H A Dsignal.c888 * will take ->siglock, notice SIGNAL_CLD_MASK, and
2205 * the CLD_ si_code into SIGNAL_CLD_MASK bits. get_signal()
2207 if (unlikely(signal->flags & SIGNAL_CLD_MASK)) { get_signal()
2215 signal->flags &= ~SIGNAL_CLD_MASK; get_signal()
/linux-4.1.27/include/linux/
H A Dsched.h772 #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED) macro

Completed in 84 milliseconds