Home
last modified time | relevance | path

Searched refs:TARGET_SIG_BLOCK (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h60 #define TARGET_SIG_BLOCK 1 /* block specified signal set */ macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h60 #define TARGET_SIG_BLOCK 1 /* block specified signal set */ macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h54 #define TARGET_SIG_BLOCK 0 /* for blocking signals */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h39 #define TARGET_SIG_BLOCK 0 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h38 #define TARGET_SIG_BLOCK 0x01 /* for blocking signals */ macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h41 #define TARGET_SIG_BLOCK 1 /* for blocking signals */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h41 #define TARGET_SIG_BLOCK 1 /* for blocking signals */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h69 #define TARGET_SIG_BLOCK 1 /* block specified signal set */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h37 #define TARGET_SIG_BLOCK 1 macro
/openbmc/qemu/linux-user/
H A Dsyscall.c9989 case TARGET_SIG_BLOCK: in _syscall2()
10023 case TARGET_SIG_BLOCK: in _syscall2()
10068 case TARGET_SIG_BLOCK: in _syscall2()
12150 case TARGET_SIG_BLOCK: in _syscall2()
H A Dstrace.c3258 case TARGET_SIG_BLOCK: how = "SIG_BLOCK"; break; in print_rt_sigprocmask()