const runtime._SIG_SETMASK
12 uses
runtime (current package)
os_darwin.go#L223: sigprocmask(_SIG_SETMASK, &sigset_all, &oset)
os_darwin.go#L225: sigprocmask(_SIG_SETMASK, &oset, nil)
os_darwin.go#L272: sigprocmask(_SIG_SETMASK, &sigset_all, &oset)
os_darwin.go#L274: sigprocmask(_SIG_SETMASK, &oset, nil)
os_darwin.go#L343: _SIG_SETMASK = 3
signal_unix.go#L887: sigprocmask(_SIG_SETMASK, &sigBlocked, nil)
signal_unix.go#L899: sigprocmask(_SIG_SETMASK, &sigBlocked, nil)
signal_unix.go#L1035: sigprocmask(_SIG_SETMASK, nil, p)
signal_unix.go#L1046: sigprocmask(_SIG_SETMASK, &sigmask, nil)
signal_unix.go#L1066: sigprocmask(_SIG_SETMASK, &sigsetAllExiting, nil)
signal_unix.go#L1069: sigprocmask(_SIG_SETMASK, &sigset_all, nil)
signal_unix.go#L1129: sigprocmask(_SIG_SETMASK, &nmask, nil)
 |
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. |