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

/linux-master/include/linux/sched/
H A Dsignal.h260 #define SIGNAL_CLD_STOPPED 0x00000010 macro
262 #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED)
/linux-master/kernel/
H A Dsignal.c953 why |= SIGNAL_CLD_STOPPED;

Completed in 93 milliseconds