Home
last modified time | relevance | path

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

/arch/um/os-Linux/
A Dhelper.c193 if (sigprocmask(SIG_SETMASK, &sigset, &oset) < 0) { in os_run_helper_thread()
201 if (sigprocmask(SIG_SETMASK, &oset, NULL) < 0) in os_run_helper_thread()
235 pthread_sigmask(SIG_SETMASK, &sigset, NULL); in os_fix_helper_thread_signals()
/arch/mips/include/uapi/asm/
A Dsignal.h88 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
/arch/alpha/include/uapi/asm/
A Dsignal.h79 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
/arch/um/drivers/
A Dchan_user.c119 sigprocmask(SIG_SETMASK, &old, NULL); in generic_console_write()
182 if (sigprocmask(SIG_SETMASK, &sigs, NULL) < 0) { in winch_thread()
/arch/sparc/include/uapi/asm/
A Dsignal.h147 #define SIG_SETMASK 0x04 /* for setting the signal mask */ macro

Completed in 6 milliseconds