Searched refs:SIG_UNBLOCK (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/include/uapi/asm-generic/ |
D | signal-defs.h | 10 #ifndef SIG_UNBLOCK 11 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/Linux-v5.10/arch/um/os-Linux/ |
D | signal.c | 221 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) in set_handler() 231 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
|
D | util.c | 91 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
|
/Linux-v5.10/arch/parisc/include/uapi/asm/ |
D | signal.h | 73 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/Linux-v5.10/arch/mips/include/uapi/asm/ |
D | signal.h | 99 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/Linux-v5.10/arch/alpha/include/uapi/asm/ |
D | signal.h | 92 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/Linux-v5.10/arch/sparc/include/uapi/asm/ |
D | signal.h | 148 #define SIG_UNBLOCK 0x02 /* for unblocking signals */ macro
|
/Linux-v5.10/fs/jffs2/ |
D | background.c | 92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
|
/Linux-v5.10/samples/seccomp/ |
D | bpf-direct.c | 104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
|
/Linux-v5.10/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 57 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
|
/Linux-v5.10/kernel/ |
D | compat.c | 60 case SIG_UNBLOCK: in COMPAT_SYSCALL_DEFINE3()
|
D | signal.c | 2964 case SIG_UNBLOCK: in sigprocmask() 4222 case SIG_UNBLOCK: in SYSCALL_DEFINE3()
|
/Linux-v5.10/tools/perf/ |
D | perf.c | 430 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in pthread__unblock_sigwinch()
|
/Linux-v5.10/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1107 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); in TEST_F()
|