func runtime.setsig
12 uses
runtime (current package)
os_darwin.go#L355: func setsig(i uint32, fn uintptr) {
signal_unix.go#L145: setsig(i, funcPC(sighandler))
signal_unix.go#L196: setsig(sig, funcPC(sighandler))
signal_unix.go#L225: setsig(sig, atomic.Loaduintptr(&fwdSig[sig]))
signal_unix.go#L246: setsig(sig, _SIG_IGN)
signal_unix.go#L259: setsig(i, _SIG_DFL)
signal_unix.go#L273: setsig(_SIGPROF, funcPC(sighandler))
signal_unix.go#L302: setsig(_SIGPROF, h)
signal_unix.go#L780: setsig(sig, _SIG_DFL)
signal_unix.go#L816: setsig(sig, handler)
signal_unix.go#L845: setsig(sig, funcPC(sighandler))
signal_unix.go#L981: setsig(sig, _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. |