Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c102 #define STUB_SIG_MASK ((1 << SIGALRM) | (1 << SIGWINCH)) macro
116 if (((1 << WSTOPSIG(status)) & STUB_SIG_MASK) == 0) in wait_stub_done()