Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dasync-teardown.c107 sigprocmask(SIG_SETMASK, &old_signals, NULL); in init_async_teardown()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h116 #define SIG_SETMASK 2 /* for setting the signal mask */ macro
/openbmc/qemu/bsd-user/
H A Dsignal.c344 sigprocmask(SIG_SETMASK, &set, 0); in block_signals()
545 sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL); in host_signal_handler()
548 sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL); in host_signal_handler()
957 sigprocmask(SIG_SETMASK, &ts->signal_mask, NULL); in handle_pending_signal()
985 sigprocmask(SIG_SETMASK, &set, 0); in process_pending_signals()
1028 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/qemu/util/
H A Dcoroutine-sigaltstack.c245 pthread_sigmask(SIG_SETMASK, &osigs, NULL); in qemu_coroutine_new()
H A Dqemu-thread-posix.c426 pthread_sigmask(SIG_SETMASK, &set, &oldset); in qemu_thread_create()
439 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in qemu_thread_create()
H A Doslib-posix.c419 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in do_madv_populate_write_pages()
/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/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dserv.py410 signal.pthread_sigmask(signal.SIG_SETMASK, mask)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py2201 signal.pthread_sigmask(signal.SIG_SETMASK, s)
2214 signal.pthread_sigmask(signal.SIG_SETMASK, s)
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c915 pthread_sigmask(SIG_SETMASK, &set, NULL); in nvmm_init_cpu_signals()
/openbmc/qemu/linux-user/
H A Dsyscall.c6843 sigprocmask(SIG_SETMASK, &info->sigmask, NULL); in clone_func()
6975 sigprocmask(SIG_SETMASK, &info.sigmask, NULL); in do_fork()
10486 ret = do_sigprocmask(SIG_SETMASK, &set, &oset); in _syscall2()
10510 how = SIG_SETMASK; in _syscall2()
10544 how = SIG_SETMASK; in _syscall2()
10589 how = SIG_SETMASK; in _syscall2()
12685 how = SIG_SETMASK; in _syscall2()