/openbmc/linux/tools/testing/selftests/filesystems/ |
H A D | dnotify_test.c | 24 sigaction(SIGRTMIN + 1, &act, NULL); in main() 27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | signals.c | 100 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 D | peeksiginfo.c | 160 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 D | ipc.c | 25 else if (sig >= SIGRTMIN) in map_signal_num() 26 return sig - SIGRTMIN + SIGRT_BASE; in map_signal_num()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | dnotify.rst | 39 (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 D | signal.h | 53 #define SIGRTMIN 32 macro
|
/openbmc/u-boot/include/asm-generic/ |
H A D | signal.h | 49 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 57 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 41 #define SIGRTMIN 32 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal.h | 50 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 57 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 65 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 72 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 62 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 61 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 60 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 60 #define SIGRTMIN 32 macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 61 #define SIGRTMIN 32 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 89 #define SIGRTMIN 32 macro
|
/openbmc/linux/include/linux/ |
H A D | signal.h | 409 #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 D | cross-answers-mipsel.txt | 22 Checking value of SIGRTMIN: "34"
|
H A D | cross-answers-mips64el.txt | 21 Checking value of SIGRTMIN: "34"
|
H A D | cross-answers-aarch64_be.txt | 21 Checking value of SIGRTMIN: "34"
|
H A D | cross-answers-i586.txt | 22 Checking value of SIGRTMIN: "34"
|
H A D | cross-answers-arm.txt | 22 Checking value of SIGRTMIN: "34"
|