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

/linux-master/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-master/kernel/
H A Dsignal.c958 * will take ->siglock, notice SIGNAL_CLD_MASK, and
2704 * the CLD_ si_code into SIGNAL_CLD_MASK bits.
2706 if (unlikely(signal->flags & SIGNAL_CLD_MASK)) {
2714 signal->flags &= ~SIGNAL_CLD_MASK;

Completed in 109 milliseconds