Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/include/uapi/asm-generic/
H A Dsignal-defs.h74 #ifndef SIG_UNBLOCK
75 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h87 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
/openbmc/qemu/system/
H A Dasync-teardown.c61 sigprocmask(SIG_UNBLOCK, &hup_signal, NULL); in async_teardown_fn()
H A Dcpus.c365 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in sigbus_reraise()
/openbmc/linux/arch/um/os-Linux/
H A Dsignal.c259 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 Dtime.c114 sigprocmask(SIG_UNBLOCK, &set, NULL); in os_idle_sleep()
H A Dutil.c93 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h78 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h115 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
/openbmc/linux/tools/perf/ui/
H A Dsetup.c140 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in pthread__unblock_sigwinch()
/openbmc/qemu/util/
H A Dqemu-progress.c102 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in progress_dummy_init()
H A Doslib-posix.c355 pthread_sigmask(SIG_UNBLOCK, &set, &oldset); in do_touch_pages()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h146 #define SIG_UNBLOCK 0x02 /* for unblocking signals */ macro
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0008-net-snmp-fix-engineBoots-value-on-SIGHUP.patch27 ret = sigprocmask(SIG_UNBLOCK, &set, NULL);
/openbmc/linux/fs/jffs2/
H A Dbackground.c92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c211 sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL); in start()
/openbmc/linux/samples/seccomp/
H A Dbpf-direct.c104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
/openbmc/linux/kernel/
H A Dcompat.c60 case SIG_UNBLOCK: in COMPAT_SYSCALL_DEFINE3()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch36 pub const SIG_UNBLOCK: ::c_int = 0x01;
H A D0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch40 pub const SIG_UNBLOCK: ::c_int = 0x01;
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c63 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dserv.py332 signal.pthread_sigmask(signal.SIG_UNBLOCK, [signal.SIGTERM])
/openbmc/ipmitool/lib/
H A Dhelper.c625 if (sigprocmask(SIG_UNBLOCK, &sighup, NULL) < 0) in ipmi_start_daemon()
/openbmc/qemu/linux-user/
H A Dsignal.c219 case SIG_UNBLOCK: in do_sigprocmask()
/openbmc/linux/tools/tracing/latency/
H A Dlatency-collector.c1491 signal_blocking(SIG_UNBLOCK); in tracing_loop()

12