tag | line | file | source code |
---|---|---|---|
SIGPIPE | 56 | fs/pipe.c | current->signal |= (1<<(SIGPIPE-1)); |
SIGPIPE | 470 | net/unix.c | current->signal |= (1 << (SIGPIPE-1)); |
SIGPIPE | 488 | net/unix.c | current->signal |= (1 << (SIGPIPE-1)); |
SIGPIPE | 511 | net/unix.c | current->signal |= (1 << (SIGPIPE-1)); |