const runtime._SigUnblock
9 uses
runtime (current package)
runtime2.go#L817: _SigUnblock // always unblock; see blockableSig
signal_darwin.go#L12: /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
signal_darwin.go#L13: /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
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_darwin.go#L28: /* 20 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
signal_darwin.go#L35: /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_unix.go#L1160: if flags&_SigUnblock != 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. |