Searched refs:SIG_SETMASK (Results 1 – 5 of 5) sorted by relevance
| /arch/um/os-Linux/ |
| A D | helper.c | 193 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 D | signal.h | 88 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
|
| /arch/alpha/include/uapi/asm/ |
| A D | signal.h | 79 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
|
| /arch/um/drivers/ |
| A D | chan_user.c | 119 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 D | signal.h | 147 #define SIG_SETMASK 0x04 /* for setting the signal mask */ macro
|
Completed in 6 milliseconds