tag | line | file | source code |
---|---|---|---|
SIG_BLOCK | 79 | include/asm-alpha/signal.h | #define SIG_BLOCK 1 /* for blocking signals */ |
SIG_BLOCK | 75 | include/asm-i386/signal.h | #define SIG_BLOCK 0 /* for blocking signals */ |
SIG_BLOCK | 92 | include/asm-mips/signal.h | #define SIG_BLOCK 1 /* for blocking signals */ |
SIG_BLOCK | 63 | include/asm-ppc/signal.h | #define SIG_BLOCK 0 /* for blocking signals */ |
SIG_BLOCK | 113 | include/asm-sparc/signal.h | #define SIG_BLOCK 0x01 /* for blocking signals */ |