Home
last modified time | relevance | path

Searched refs:SIG_SETMASK (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/include/uapi/asm-generic/
H A Dsignal-defs.h77 #ifndef SIG_SETMASK
78 #define SIG_SETMASK 2 /* for setting the signal mask */ macro
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dexec_prot.c122 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0); in test()
130 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0); in test()
H A Dpkey_exec_prot.c115 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0); in test()
123 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0); in test()
H A Dpkey_siginfo.c272 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &act.sa_mask) != 0); in test()
/openbmc/linux/arch/um/drivers/
H A Dchan_user.c107 sigprocmask(SIG_SETMASK, &old, NULL); in generic_console_write()
168 if (sigprocmask(SIG_SETMASK, &sigs, NULL) < 0) { in winch_thread()
/openbmc/qemu/bsd-user/
H A Dsignal.c339 sigprocmask(SIG_SETMASK, &set, 0); in block_signals()
535 sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL); in host_signal_handler()
538 sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL); in host_signal_handler()
943 sigprocmask(SIG_SETMASK, &ts->signal_mask, NULL); in handle_pending_signal()
971 sigprocmask(SIG_SETMASK, &set, 0); in process_pending_signals()
1014 sigprocmask(SIG_SETMASK, &set, 0); in process_pending_signals()
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h88 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
/openbmc/qemu/system/
H A Dasync-teardown.c107 sigprocmask(SIG_SETMASK, &old_signals, NULL); in init_async_teardown()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h79 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h116 #define SIG_SETMASK 2 /* for setting the signal mask */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h147 #define SIG_SETMASK 0x04 /* for setting the signal mask */ macro
/openbmc/qemu/linux-user/
H A Dsignal.c188 sigprocmask(SIG_SETMASK, &set, 0); in block_signals()
226 case SIG_SETMASK: in do_sigprocmask()
994 sigprocmask(SIG_SETMASK, host_signal_mask(uc), NULL); in host_sigsegv_handler()
1017 sigprocmask(SIG_SETMASK, host_signal_mask(uc), NULL); in host_sigbus_handler()
1347 sigprocmask(SIG_SETMASK, &set, 0); in process_pending_signals()
1393 sigprocmask(SIG_SETMASK, &set, 0); in process_pending_signals()
/openbmc/qemu/trace/
H A Dsimple.c398 pthread_sigmask(SIG_SETMASK, &set, &oldset); in trace_thread_create()
404 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in trace_thread_create()
/openbmc/linux/drivers/mfd/
H A Dab8500-sysctrl.c89 (void)sigprocmask(SIG_SETMASK, &old, NULL); in ab8500_power_off()
/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c245 pthread_sigmask(SIG_SETMASK, &osigs, NULL); in qemu_coroutine_new()
H A Dqemu-thread-posix.c574 pthread_sigmask(SIG_SETMASK, &set, &oldset); in qemu_thread_create()
587 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in qemu_thread_create()
H A Doslib-posix.c377 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in do_touch_pages()
/openbmc/linux/kernel/
H A Dcompat.c63 case SIG_SETMASK: 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.patch34 @@ -292,7 +292,6 @@ pub const SIG_SETMASK: ::c_int = 2; // F
H A D0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch38 @@ -295,7 +295,6 @@ pub const SIG_SETMASK: ::c_int = 2; // F
/openbmc/qemu/audio/
H A Dsdlaudio.c191 err = pthread_sigmask (SIG_SETMASK, &old, NULL); in sdl_open()
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dserv.py410 signal.pthread_sigmask(signal.SIG_SETMASK, mask)
/openbmc/qemu/net/
H A Dtap.c562 sigprocmask(SIG_SETMASK, &oldmask, NULL); in net_bridge_run_helper()
/openbmc/qemu/accel/tcg/
H A Duser-exec.c141 sigprocmask(SIG_SETMASK, old_set, NULL); in handle_sigsegv_accerr_write()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c912 pthread_sigmask(SIG_SETMASK, &set, NULL); in nvmm_init_cpu_signals()

12