tag | line | file | source code |
---|---|---|---|
SIG_BLOCK | 77 | include/asm-alpha/signal.h | #define SIG_BLOCK 1 /* for blocking signals */ |
SIG_BLOCK | 73 | include/asm-i386/signal.h | #define SIG_BLOCK 0 /* for blocking signals */ |
SIG_BLOCK | 90 | include/asm-mips/signal.h | #define SIG_BLOCK 1 /* for blocking signals */ |
SIG_BLOCK | 61 | include/asm-ppc/signal.h | #define SIG_BLOCK 0 /* for blocking signals */ |
SIG_BLOCK | 109 | include/asm-sparc/signal.h | #define SIG_BLOCK 0x00 /* for blocking signals */ |