const runtime._SIG_IGN

8 uses

	runtime (current package)
		signal_unix.go#L38: 	_SIG_IGN uintptr = 1
		signal_unix.go#L136: 			if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
		signal_unix.go#L138: 			} else if fwdSig[i] == _SIG_IGN {
		signal_unix.go#L157: 		if atomic.Loaduintptr(&fwdSig[sig]) == _SIG_IGN {
		signal_unix.go#L246: 		setsig(sig, _SIG_IGN)
		signal_unix.go#L300: 					h = _SIG_IGN
		signal_unix.go#L975: 		if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
		signal_unix.go#L1020: 	if fwdFn != _SIG_IGN {