Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddnotify_test.c24 sigaction(SIGRTMIN + 1, &act, NULL); in main()
27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); 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/linux/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c160 sigaddset(&blockmask, SIGRTMIN); in main()
181 sys_rt_sigqueueinfo(child, SIGRTMIN, &siginfo); in main()
185 sys_rt_tgsigqueueinfo(child, child, SIGRTMIN, &siginfo); in main()
/openbmc/linux/security/apparmor/
H A Dipc.c25 else if (sig >= SIGRTMIN) in map_signal_num()
26 return sig - SIGRTMIN + SIGRT_BASE; in map_signal_num()
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst39 (SIGRTMIN + <n>) so that the notifications may be queued. This is
40 especially important if DN_MULTISHOT is specified. Note that SIGRTMIN
41 is often blocked, so it is better to use (at least) SIGRTMIN + 1.
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h53 #define SIGRTMIN 32 macro
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h49 #define SIGRTMIN 32 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h57 #define SIGRTMIN 32 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h41 #define SIGRTMIN 32 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h50 #define SIGRTMIN 32 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h57 #define SIGRTMIN 32 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h65 #define SIGRTMIN 32 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h72 #define SIGRTMIN 32 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h62 #define SIGRTMIN 32 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h61 #define SIGRTMIN 32 macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h60 #define SIGRTMIN 32 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h60 #define SIGRTMIN 32 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h61 #define SIGRTMIN 32 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h89 #define SIGRTMIN 32 macro
/openbmc/linux/include/linux/
H A Dsignal.h409 #if SIGRTMIN > BITS_PER_LONG
416 ((sig) > 0 && (sig) < SIGRTMIN && (rt_sigmask(sig) & (mask)))
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/
H A Dcross-answers-mipsel.txt22 Checking value of SIGRTMIN: "34"
H A Dcross-answers-mips64el.txt21 Checking value of SIGRTMIN: "34"
H A Dcross-answers-aarch64_be.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"

12