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.2.8-preview. (GOOS=darwin GOARCH=arm64)