Home
last modified time | relevance | path

Searched refs:SIGNAL_STOP_MASK (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/sched/
Dsignal.h253 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \ macro
260 sig->flags = (sig->flags & ~SIGNAL_STOP_MASK) | flags; in signal_set_stop_flags()