Searched refs:SIG_UNBLOCK (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.6/include/uapi/asm-generic/ |
D | signal-defs.h | 74 #ifndef SIG_UNBLOCK 75 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/Linux-v6.6/arch/um/os-Linux/ |
D | signal.c | 247 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) in set_handler() 262 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
|
D | time.c | 114 sigprocmask(SIG_UNBLOCK, &set, NULL); in os_idle_sleep()
|
D | util.c | 93 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
|
/Linux-v6.6/arch/mips/include/uapi/asm/ |
D | signal.h | 87 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/Linux-v6.6/arch/alpha/include/uapi/asm/ |
D | signal.h | 78 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/Linux-v6.6/tools/perf/ui/ |
D | setup.c | 140 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in pthread__unblock_sigwinch()
|
/Linux-v6.6/arch/sparc/include/uapi/asm/ |
D | signal.h | 146 #define SIG_UNBLOCK 0x02 /* for unblocking signals */ macro
|
/Linux-v6.6/fs/jffs2/ |
D | background.c | 92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
|
/Linux-v6.6/tools/testing/selftests/arm64/bti/ |
D | test.c | 211 sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL); in start()
|
/Linux-v6.6/samples/seccomp/ |
D | bpf-direct.c | 104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
|
/Linux-v6.6/kernel/ |
D | compat.c | 60 case SIG_UNBLOCK: in COMPAT_SYSCALL_DEFINE3()
|
D | signal.c | 3107 case SIG_UNBLOCK: in sigprocmask() 4416 case SIG_UNBLOCK: in SYSCALL_DEFINE3()
|
/Linux-v6.6/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 63 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
|
/Linux-v6.6/tools/tracing/latency/ |
D | latency-collector.c | 1491 signal_blocking(SIG_UNBLOCK); in tracing_loop()
|
/Linux-v6.6/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1124 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); in TEST_F()
|