const runtime.traceEvGoBlock
12 uses
runtime (current package)
debugcall.go#L161: traceGoPark(traceEvGoBlock, 1)
mfinal.go#L175: goparkunlock(&finlock, waitReasonFinalizerWait, traceEvGoBlock, 1)
mgc.go#L1219: goparkunlock(&work.sweepWaiters.lock, waitReasonWaitForGCCycle, traceEvGoBlock, 1)
mgc.go#L1938: }, unsafe.Pointer(node), waitReasonGCWorkerIdle, traceEvGoBlock, 0)
mgcscavenge.go#L265: goparkunlock(&scavenge.lock, waitReasonGCScavengeWait, traceEvGoBlock, 1)
mgcscavenge.go#L314: goparkunlock(&scavenge.lock, waitReasonGCScavengeWait, traceEvGoBlock, 1)
mgcsweep.go#L163: goparkunlock(&sweep.lock, waitReasonGCSweepWait, traceEvGoBlock, 1)
mgcsweep.go#L182: goparkunlock(&sweep.lock, waitReasonGCSweepWait, traceEvGoBlock, 1)
proc.go#L276: goparkunlock(&forcegc.lock, waitReasonForceGCIdle, traceEvGoBlock, 1)
proc.go#L3325: traceGoPark(traceEvGoBlock, 0)
trace.go#L43: traceEvGoBlock = 20 // goroutine blocks [timestamp, stack]
trace.go#L411: goparkunlock(&trace.lock, waitReasonTraceReaderBlocked, traceEvGoBlock, 2)
 |
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. |