Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/linux/include/uapi/asm-generic/
H A Dsignal-defs.h71 #ifndef SIG_BLOCK
72 #define SIG_BLOCK 0 /* for blocking signals */ macro
/openbmc/qemu/tests/tcg/multiarch/
H A Dsigreturn-sigmask.c40 assert(sigprocmask(SIG_BLOCK, &set, NULL) == 0); in main()
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h86 #define SIG_BLOCK 1 /* for blocking signals */ macro
/openbmc/qemu/system/
H A Dasync-teardown.c105 sigprocmask(SIG_BLOCK, &all_signals, &old_signals); in init_async_teardown()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h77 #define SIG_BLOCK 1 /* for blocking signals */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h114 #define SIG_BLOCK 0 /* for blocking signals */ macro
/openbmc/linux/arch/um/os-Linux/
H A Dtime.c107 sigprocmask(SIG_BLOCK, &set, &old); in os_idle_sleep()
H A Dsignal.c274 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
/openbmc/slpd-lite/
H A Dslp_server.cpp49 if (sigprocmask(SIG_BLOCK, &ss, NULL) < 0) in run()
/openbmc/linux/tools/perf/ui/
H A Dsetup.c131 pthread_sigmask(SIG_BLOCK, &set, NULL); in pthread__block_sigwinch()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h145 #define SIG_BLOCK 0x01 /* for blocking signals */ macro
/openbmc/phosphor-debug-collector/
H A Ddump_manager_main.cpp54 if (sigprocmask(SIG_BLOCK, &mask, nullptr) < 0) in main()
/openbmc/linux/drivers/mfd/
H A Dab8500-sysctrl.c85 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in ab8500_power_off()
/openbmc/sdeventplus/example/
H A Dfollow.cpp84 if (sigprocmask(SIG_BLOCK, &signals, nullptr)) in main()
/openbmc/linux/fs/jffs2/
H A Dbackground.c152 sigprocmask(SIG_BLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0006-Fix-invalid-sigprocmask-call.patch43 + res = gdb_sigmask (SIG_BLOCK, NULL, &original_signal_mask);
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c161 sigprocmask(SIG_BLOCK, &blockmask, NULL); in main()
/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c185 pthread_sigmask(SIG_BLOCK, &sigs, &osigs); in qemu_coroutine_new()
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-daemon.c162 sigprocmask(SIG_BLOCK, &sig_set, NULL);
/openbmc/phosphor-mboxd/
H A Dmboxd.c148 rc = sigprocmask(SIG_BLOCK, set, NULL); in init_signals()
/openbmc/linux/arch/um/drivers/
H A Dchan_user.c83 if (sigprocmask(SIG_BLOCK, &no_sigio, &old)) in generic_console_write()
/openbmc/linux/kernel/
H A Dcompat.c57 case SIG_BLOCK: 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.patch35 pub const SIG_BLOCK: ::c_int = 0x000000;
H A D0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch39 pub const SIG_BLOCK: ::c_int = 0x000000;
/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c253 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask); in do_test()

12