| tag | line | file | source code |
|---|---|---|---|
| SIG_UNBLOCK | 78 | include/asm-alpha/signal.h | #define SIG_UNBLOCK 2 /* for unblocking signals */ |
| SIG_UNBLOCK | 74 | include/asm-i386/signal.h | #define SIG_UNBLOCK 1 /* for unblocking signals */ |
| SIG_UNBLOCK | 91 | include/asm-mips/signal.h | #define SIG_UNBLOCK 2 /* for unblocking signals */ |
| SIG_UNBLOCK | 62 | include/asm-ppc/signal.h | #define SIG_UNBLOCK 1 /* for unblocking signals */ |
| SIG_UNBLOCK | 110 | include/asm-sparc/signal.h | #define SIG_UNBLOCK 0x40 /* for unblocking signals */ |