const runtime._SigIgn
11 uses
runtime (current package)
runtime2.go#L818: _SigIgn // _SIG_DFL action is to ignore the signal
signal_darwin.go#L24: /* 16 */ {_SigNotify + _SigIgn, "SIGURG: urgent condition on socket"},
signal_darwin.go#L26: /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
signal_darwin.go#L27: /* 19 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue after stop"},
signal_darwin.go#L28: /* 20 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
signal_darwin.go#L29: /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
signal_darwin.go#L30: /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_darwin.go#L31: /* 23 */ {_SigNotify + _SigIgn, "SIGIO: i/o now possible"},
signal_darwin.go#L36: /* 28 */ {_SigNotify + _SigIgn, "SIGWINCH: window size change"},
signal_darwin.go#L37: /* 29 */ {_SigNotify + _SigIgn, "SIGINFO: status request from keyboard"},
signal_unix.go#L975: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |