/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal-defs.h | 74 #ifndef SIG_UNBLOCK 75 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 87 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/openbmc/qemu/system/ |
H A D | async-teardown.c | 61 sigprocmask(SIG_UNBLOCK, &hup_signal, NULL); in async_teardown_fn()
|
H A D | cpus.c | 365 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in sigbus_reraise()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | signal.c | 259 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) in set_handler() 274 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
|
H A D | time.c | 114 sigprocmask(SIG_UNBLOCK, &set, NULL); in os_idle_sleep()
|
H A D | util.c | 93 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 78 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 115 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/openbmc/linux/tools/perf/ui/ |
H A D | setup.c | 140 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in pthread__unblock_sigwinch()
|
/openbmc/qemu/util/ |
H A D | qemu-progress.c | 102 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in progress_dummy_init()
|
H A D | oslib-posix.c | 355 pthread_sigmask(SIG_UNBLOCK, &set, &oldset); in do_touch_pages()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 146 #define SIG_UNBLOCK 0x02 /* for unblocking signals */ macro
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | 0008-net-snmp-fix-engineBoots-value-on-SIGHUP.patch | 27 ret = sigprocmask(SIG_UNBLOCK, &set, NULL);
|
/openbmc/linux/fs/jffs2/ |
H A D | background.c | 92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
|
/openbmc/linux/tools/testing/selftests/arm64/bti/ |
H A D | test.c | 211 sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL); in start()
|
/openbmc/linux/samples/seccomp/ |
H A D | bpf-direct.c | 104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
|
/openbmc/linux/kernel/ |
H A D | compat.c | 60 case SIG_UNBLOCK: in COMPAT_SYSCALL_DEFINE3()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 36 pub const SIG_UNBLOCK: ::c_int = 0x01;
|
H A D | 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch | 40 pub const SIG_UNBLOCK: ::c_int = 0x01;
|
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 63 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | serv.py | 332 signal.pthread_sigmask(signal.SIG_UNBLOCK, [signal.SIGTERM])
|
/openbmc/ipmitool/lib/ |
H A D | helper.c | 625 if (sigprocmask(SIG_UNBLOCK, &sighup, NULL) < 0) in ipmi_start_daemon()
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 219 case SIG_UNBLOCK: in do_sigprocmask()
|
/openbmc/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 1491 signal_blocking(SIG_UNBLOCK); in tracing_loop()
|