runtime.sigctxt.sigcode (method)
10 uses
runtime (current package)
signal_darwin_amd64.go#L43: func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }
signal_darwin_amd64.go#L87: if c.sigcode() == _SI_USER {
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#L585: gp.sigcode0 = uintptr(c.sigcode())
signal_unix.go#L593: if c.sigcode() == _SI_USER || flags&_SigNotify != 0 {
signal_unix.go#L599: if c.sigcode() == _SI_USER && signal_ignored(sig) {
signal_unix.go#L628: print("PC=", hex(c.sigpc()), " m=", _g_.m.id, " sigcode=", c.sigcode(), "\n")
signal_unix.go#L828: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && c.sigcode() != _SI_USER {
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. |