const runtime._SIG_DFL
11 uses
runtime (current package)
signal_unix.go#L37: _SIG_DFL uintptr = 0
signal_unix.go#L136: if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
signal_unix.go#L259: setsig(i, _SIG_DFL)
signal_unix.go#L299: if h == _SIG_DFL {
signal_unix.go#L780: setsig(sig, _SIG_DFL)
signal_unix.go#L802: handler = _SIG_DFL
signal_unix.go#L828: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && c.sigcode() != _SI_USER {
signal_unix.go#L975: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L980: if fwdFn == _SIG_DFL {
signal_unix.go#L981: setsig(sig, _SIG_DFL)
signal_unix.go#L998: if fwdFn == _SIG_DFL {
![]() |
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. |