const runtime._NSIG
13 uses
runtime (current package)
os_darwin.go#L339: _NSIG = 32
signal_unix.go#L80: var fwdSig [_NSIG]uintptr
signal_unix.go#L86: var handlingSig [_NSIG]uint32
signal_unix.go#L99: if len(sigtable) != _NSIG {
signal_unix.go#L100: print("runtime: len(sigtable)=", len(sigtable), " _NSIG=", _NSIG, "\n")
signal_unix.go#L123: for i := uint32(0); i < _NSIG; i++ {
signal_unix.go#L257: for i := uint32(0); i < _NSIG; i++ {
signal_unix.go#L801: if sig >= _NSIG {
sigqueue.go#L53: mask [(_NSIG + 31) / 32]uint32
sigqueue.go#L54: wanted [(_NSIG + 31) / 32]uint32
sigqueue.go#L55: ignored [(_NSIG + 31) / 32]uint32
sigqueue.go#L56: recv [(_NSIG + 31) / 32]uint32
sigqueue.go#L149: for i := uint32(0); i < _NSIG; i++ {
![]() |
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. |