const runtime._SigPanic
9 uses
runtime (current package)
runtime2.go#L813: _SigPanic // if the signal is from the kernel, panic
signal_darwin.go#L16: /* 8 */ {_SigPanic + _SigUnblock, "SIGFPE: floating-point exception"},
signal_darwin.go#L18: /* 10 */ {_SigPanic + _SigUnblock, "SIGBUS: bus error"},
signal_darwin.go#L19: /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_unix.go#L169: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE {
signal_unix.go#L565: if c.sigcode() != _SI_USER && flags&_SigPanic != 0 && gp.throwsplit {
signal_unix.go#L575: if c.sigcode() != _SI_USER && flags&_SigPanic != 0 {
signal_unix.go#L611: if flags&(_SigThrow|_SigPanic) == 0 {
signal_unix.go#L1007: if (c.sigcode() == _SI_USER || flags&_SigPanic == 0) && sig != _SIGPIPE {
![]() |
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. |