Searched refs:SIG_SETMASK (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/system/ |
| H A D | async-teardown.c | 107 sigprocmask(SIG_SETMASK, &old_signals, NULL); in init_async_teardown()
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 116 #define SIG_SETMASK 2 /* for setting the signal mask */ macro
|
| /openbmc/qemu/bsd-user/ |
| H A D | signal.c | 344 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 D | simple.c | 398 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 D | coroutine-sigaltstack.c | 245 pthread_sigmask(SIG_SETMASK, &osigs, NULL); in qemu_coroutine_new()
|
| H A D | qemu-thread-posix.c | 426 pthread_sigmask(SIG_SETMASK, &set, &oldset); in qemu_thread_create() 439 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in qemu_thread_create()
|
| H A D | oslib-posix.c | 419 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 D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 34 @@ -292,7 +292,6 @@ pub const SIG_SETMASK: ::c_int = 2; // F
|
| H A D | 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch | 38 @@ -295,7 +295,6 @@ pub const SIG_SETMASK: ::c_int = 2; // F
|
| /openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | serv.py | 410 signal.pthread_sigmask(signal.SIG_SETMASK, mask)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | utils.py | 2201 signal.pthread_sigmask(signal.SIG_SETMASK, s) 2214 signal.pthread_sigmask(signal.SIG_SETMASK, s)
|
| /openbmc/qemu/target/i386/nvmm/ |
| H A D | nvmm-all.c | 915 pthread_sigmask(SIG_SETMASK, &set, NULL); in nvmm_init_cpu_signals()
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 6843 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()
|