Home
last modified time | relevance | path

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

/include/linux/
Dsched.h754 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \ macro
761 sig->flags = (sig->flags & ~SIGNAL_STOP_MASK) | flags; in signal_set_stop_flags()