var runtime.prof
14 uses
runtime (current package)
cpuprof.go#L93: for !atomic.Cas(&prof.signalLock, 0, 1) {
cpuprof.go#L97: if prof.hz != 0 { // implies cpuprof.log != nil
cpuprof.go#L109: atomic.Store(&prof.signalLock, 0)
cpuprof.go#L126: for !atomic.Cas(&prof.signalLock, 0, 1) {
cpuprof.go#L139: atomic.Store(&prof.signalLock, 0)
proc.go#L4357: var prof struct {
proc.go#L4373: if prof.hz == 0 {
proc.go#L4532: if prof.hz != 0 {
proc.go#L4551: if prof.hz != 0 {
proc.go#L4568: if prof.hz != 0 {
proc.go#L4619: for !atomic.Cas(&prof.signalLock, 0, 1) {
proc.go#L4622: if prof.hz != hz {
proc.go#L4624: prof.hz = hz
proc.go#L4626: atomic.Store(&prof.signalLock, 0)
![]() |
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. |