Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H A Dprocess.c51 #define STUB_SIG_MASK ((1 << SIGALRM) | (1 << SIGWINCH)) macro
65 if (((1 << WSTOPSIG(status)) & STUB_SIG_MASK) == 0) in wait_stub_done()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds