Searched defs:STUB_SIG_MASK (Results 1 - 1 of 1) sorted by relevance

/arch/um/os-Linux/skas/
H A Dprocess.c50 #define STUB_SIG_MASK ((1 << SIGVTALRM) | (1 << SIGWINCH)) macro
64 if (((1 << WSTOPSIG(status)) & STUB_SIG_MASK) == 0)

Completed in 27 milliseconds