const runtime._SIGPROF
15 uses
runtime (current package)
defs_darwin_amd64.go#L60: _SIGPROF = 0x1b
signal_unix.go#L185: if sig == _SIGPROF {
signal_unix.go#L210: if sig == _SIGPROF {
signal_unix.go#L239: if sig == _SIGPROF {
signal_unix.go#L271: if atomic.Cas(&handlingSig[_SIGPROF], 0, 1) {
signal_unix.go#L272: atomic.Storeuintptr(&fwdSig[_SIGPROF], getsig(_SIGPROF))
signal_unix.go#L273: setsig(_SIGPROF, funcPC(sighandler))
signal_unix.go#L296: if !sigInstallGoHandler(_SIGPROF) {
signal_unix.go#L297: if atomic.Cas(&handlingSig[_SIGPROF], 1, 0) {
signal_unix.go#L298: h := atomic.Loaduintptr(&fwdSig[_SIGPROF])
signal_unix.go#L302: setsig(_SIGPROF, h)
signal_unix.go#L423: if sig == _SIGPROF {
signal_unix.go#L540: if sig == _SIGPROF {
signal_unix.go#L795: if sig == _SIGPROF {
![]() |
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. |