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

/linux-4.1.27/include/linux/
H A Dsched.h770 #define SIGNAL_CLD_STOPPED 0x00000010 macro
772 #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED)
/linux-4.1.27/kernel/
H A Dsignal.c883 why |= SIGNAL_CLD_STOPPED;

Completed in 129 milliseconds