tag | line | file | source code |
---|---|---|---|
SIG_UNBLOCK | 80 | include/asm-alpha/signal.h | #define SIG_UNBLOCK 2 /* for unblocking signals */ |
SIG_UNBLOCK | 76 | include/asm-i386/signal.h | #define SIG_UNBLOCK 1 /* for unblocking signals */ |
SIG_UNBLOCK | 93 | include/asm-mips/signal.h | #define SIG_UNBLOCK 2 /* for unblocking signals */ |
SIG_UNBLOCK | 64 | include/asm-ppc/signal.h | #define SIG_UNBLOCK 1 /* for unblocking signals */ |
SIG_UNBLOCK | 114 | include/asm-sparc/signal.h | #define SIG_UNBLOCK 0x02 /* for unblocking signals */ |