const runtime._SigThrow
12 uses
runtime (current package)
runtime2.go#L812: _SigThrow // if signal.Notify doesn't take it, exit loudly
signal_darwin.go#L11: /* 3 */ {_SigNotify + _SigThrow, "SIGQUIT: quit"},
signal_darwin.go#L12: /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
signal_darwin.go#L13: /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
signal_darwin.go#L14: /* 6 */ {_SigNotify + _SigThrow, "SIGABRT: abort"},
signal_darwin.go#L15: /* 7 */ {_SigThrow, "SIGEMT: emulate instruction executed"},
signal_darwin.go#L20: /* 12 */ {_SigThrow, "SIGSYS: bad system call"},
signal_unix.go#L561: flags := int32(_SigThrow)
signal_unix.go#L568: flags = _SigThrow
signal_unix.go#L573: flags = _SigThrow
signal_unix.go#L611: if flags&(_SigThrow|_SigPanic) == 0 {
signal_unix.go#L1166: return flags&(_SigKill|_SigThrow) == 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. |