Searched refs:SIGRTMIN (Results 1 – 16 of 16) sorted by relevance
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | dnotify.rst | 38 应用程序最好选择一个实时信号(SIGRTMIN + <n>),以便通知可以被排队。如果指定了 DN_MULTISHOT, 39 这一点尤为重要。注意,SIGRTMIN 通常是被阻塞的,因此最好使用(至少)SIGRTMIN + 1。
|
| /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()
|
| /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()
|
| /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()
|
| /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.
|
| /linux/arch/um/os-Linux/ |
| H A D | internal.h | 34 #define IPI_SIGNAL SIGRTMIN
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 57 #define SIGRTMIN 32 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 41 #define SIGRTMIN 32 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | signal.h | 50 #define SIGRTMIN 32 macro
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 65 #define SIGRTMIN 32 macro
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 57 #define SIGRTMIN 32 macro
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 72 #define SIGRTMIN 32 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 61 #define SIGRTMIN 32 macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 60 #define SIGRTMIN 32 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 60 #define SIGRTMIN 32 macro
|
| /linux/include/linux/ |
| H A D | signal.h | 410 #if SIGRTMIN > BITS_PER_LONG 417 ((sig) > 0 && (sig) < SIGRTMIN && (rt_sigmask(sig) & (mask)))
|