Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dipc.c135 else if (sig >= SIGRTMIN) in map_signal_num()
136 return sig - SIGRTMIN + SIGRT_BASE; in map_signal_num()
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dsignal.h53 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dsignal.h41 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dsignal.h49 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dsignal.h57 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/h8300/include/uapi/asm/
H A Dsignal.h57 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dsignal.h65 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dsignal.h57 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsignal.h50 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dsignal.h72 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsignal.h61 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsignal.h62 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dsignal.h55 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dsignal.h50 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dsignal.h60 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dsignal.h50 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dsignal.h60 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dsignal.h61 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dsignal.h89 #define SIGRTMIN 32 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsignal.h407 #if SIGRTMIN > BITS_PER_LONG
414 ((sig) > 0 && (sig) < SIGRTMIN && (rt_sigmask(sig) & (mask)))
/OK3568_Linux_fs/buildroot/package/libtalloc/
H A Dlibtalloc-cache.txt39 Checking value of SIGRTMIN: "34"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/files/waf-cross-answers/
H A Dcross-answers-arm.txt22 Checking value of SIGRTMIN: "34"

12