const runtime._SigKill
6 uses
runtime (current package)
runtime2.go#L811: _SigKill // if signal.Notify doesn't take it, exit quietly
signal_darwin.go#L9: /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
signal_darwin.go#L10: /* 2 */ {_SigNotify + _SigKill, "SIGINT: interrupt"},
signal_darwin.go#L23: /* 15 */ {_SigNotify + _SigKill, "SIGTERM: termination"},
signal_unix.go#L603: if flags&_SigKill != 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. |