Home
last modified time | relevance | path

Searched refs:SIGRTMIN (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-sigrtminmax.c25 if (sig == SIGRTMIN) { in handle_signal()
52 count1 = SIGRTMIN - __SIGRTMIN + 1; in main()
65 assert(sigaction(SIGRTMIN, &act, NULL) == 0); in main()
68 assert(kill(getpid(), SIGRTMIN) == 0); in main()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsignals.c100 if (sig != SIGRTMIN) { in sig_alarm()
118 chk_error(sigaction(SIGRTMIN, &act, NULL)); in test_signals()
122 sev.sigev_signo = SIGRTMIN; in test_signals()
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h49 #define SIGRTMIN 32 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h61 #define SIGRTMIN 32 macro
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/
H A Dcross-answers-aarch64.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-mips64el.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-powerpc.txt22 Checking value of SIGRTMIN: "34"
H A Dcross-answers-aarch64_be.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-mips.txt22 Checking value of SIGRTMIN: "34"
H A Dcross-answers-riscv32.txt22 Checking value of SIGRTMIN: "34"
H A Dcross-answers-powerpc64.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-powerpc64le.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-armeb.txt22 Checking value of SIGRTMIN: "34"
H A Dcross-answers-x86_64.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-mipsel.txt22 Checking value of SIGRTMIN: "34"
H A Dcross-answers-i686.txt22 Checking value of SIGRTMIN: "34"
H A Dcross-answers-mips64.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-riscv64.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-i586.txt22 Checking value of SIGRTMIN: "34"
H A Dcross-answers-arm.txt22 Checking value of SIGRTMIN: "34"
/openbmc/phosphor-logging/
H A Dutil.cpp104 auto signal = SIGRTMIN + 1; in journalSync()