/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal-defs.h | 71 #ifndef SIG_BLOCK 72 #define SIG_BLOCK 0 /* for blocking signals */ macro
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sigreturn-sigmask.c | 40 assert(sigprocmask(SIG_BLOCK, &set, NULL) == 0); in main()
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 86 #define SIG_BLOCK 1 /* for blocking signals */ macro
|
/openbmc/qemu/system/ |
H A D | async-teardown.c | 105 sigprocmask(SIG_BLOCK, &all_signals, &old_signals); in init_async_teardown()
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 77 #define SIG_BLOCK 1 /* for blocking signals */ macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 114 #define SIG_BLOCK 0 /* for blocking signals */ macro
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | time.c | 107 sigprocmask(SIG_BLOCK, &set, &old); in os_idle_sleep()
|
H A D | signal.c | 274 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
|
/openbmc/slpd-lite/ |
H A D | slp_server.cpp | 49 if (sigprocmask(SIG_BLOCK, &ss, NULL) < 0) in run()
|
/openbmc/linux/tools/perf/ui/ |
H A D | setup.c | 131 pthread_sigmask(SIG_BLOCK, &set, NULL); in pthread__block_sigwinch()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 145 #define SIG_BLOCK 0x01 /* for blocking signals */ macro
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_main.cpp | 54 if (sigprocmask(SIG_BLOCK, &mask, nullptr) < 0) in main()
|
/openbmc/linux/drivers/mfd/ |
H A D | ab8500-sysctrl.c | 85 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in ab8500_power_off()
|
/openbmc/sdeventplus/example/ |
H A D | follow.cpp | 84 if (sigprocmask(SIG_BLOCK, &signals, nullptr)) in main()
|
/openbmc/linux/fs/jffs2/ |
H A D | background.c | 152 sigprocmask(SIG_BLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0006-Fix-invalid-sigprocmask-call.patch | 43 + res = gdb_sigmask (SIG_BLOCK, NULL, &original_signal_mask);
|
/openbmc/linux/tools/testing/selftests/ptrace/ |
H A D | peeksiginfo.c | 161 sigprocmask(SIG_BLOCK, &blockmask, NULL); in main()
|
/openbmc/qemu/util/ |
H A D | coroutine-sigaltstack.c | 185 pthread_sigmask(SIG_BLOCK, &sigs, &osigs); in qemu_coroutine_new()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 162 sigprocmask(SIG_BLOCK, &sig_set, NULL);
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd.c | 148 rc = sigprocmask(SIG_BLOCK, set, NULL); in init_signals()
|
/openbmc/linux/arch/um/drivers/ |
H A D | chan_user.c | 83 if (sigprocmask(SIG_BLOCK, &no_sigio, &old)) in generic_console_write()
|
/openbmc/linux/kernel/ |
H A D | compat.c | 57 case SIG_BLOCK: 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 | 35 pub const SIG_BLOCK: ::c_int = 0x000000;
|
H A D | 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch | 39 pub const SIG_BLOCK: ::c_int = 0x000000;
|
/openbmc/linux/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 253 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask); in do_test()
|