const runtime._SI_USER
10 uses
runtime (current package)
os_darwin.go#L340: _SI_USER = 0 /* empirically true, but not what headers say */
signal_darwin_amd64.go#L69: c.set_sigcode(_SI_USER)
signal_darwin_amd64.go#L87: if c.sigcode() == _SI_USER {
signal_darwin_amd64.go#L88: c.set_sigcode(_SI_USER + 1)
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#L593: if c.sigcode() == _SI_USER || flags&_SigNotify != 0 {
signal_unix.go#L599: if c.sigcode() == _SI_USER && signal_ignored(sig) {
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. |