Searched refs:SIG_UNBLOCK (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/include/uapi/asm-generic/ |
D | signal-defs.h | 9 #ifndef SIG_UNBLOCK 10 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/linux-4.4.14/arch/um/os-Linux/ |
D | signal.c | 211 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) in set_handler() 221 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
|
D | util.c | 90 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | signal.h | 73 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | signal.h | 98 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | signal.h | 91 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | signal.h | 147 #define SIG_UNBLOCK 0x02 /* for unblocking signals */ macro
|
/linux-4.4.14/fs/jffs2/ |
D | background.c | 92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
|
/linux-4.4.14/samples/seccomp/ |
D | bpf-direct.c | 103 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 81 sigprocmask(SIG_UNBLOCK, &mask, NULL); in install_handler()
|
/linux-4.4.14/tools/perf/ |
D | perf.c | 523 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in pthread__unblock_sigwinch()
|
/linux-4.4.14/kernel/ |
D | compat.c | 421 case SIG_UNBLOCK: in COMPAT_SYSCALL_DEFINE3()
|
D | signal.c | 2514 case SIG_UNBLOCK: in sigprocmask() 3268 case SIG_UNBLOCK: in SYSCALL_DEFINE3()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 703 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); in TEST_F()
|