const runtime._SigDefault
6 uses
runtime (current package)
runtime2.go#L814: _SigDefault // if the signal isn't explicitly requested, don't monitor it
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#L29: /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
signal_darwin.go#L30: /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_unix.go#L125: if t.flags == 0 || t.flags&_SigDefault != 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. |