func runtime.getsig
4 uses
runtime (current package)
os_darwin.go#L393: func getsig(i uint32) uintptr {
signal_unix.go#L131: fwdSig[i] = getsig(i)
signal_unix.go#L195: atomic.Storeuintptr(&fwdSig[sig], getsig(sig))
signal_unix.go#L272: atomic.Storeuintptr(&fwdSig[_SIGPROF], getsig(_SIGPROF))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)