func runtime.goparkunlock
13 uses
runtime (current package)
mfinal.go#L175: goparkunlock(&finlock, waitReasonFinalizerWait, traceEvGoBlock, 1)
mgc.go#L1219: goparkunlock(&work.sweepWaiters.lock, waitReasonWaitForGCCycle, traceEvGoBlock, 1)
mgcmark.go#L619: goparkunlock(&work.assistQueue.lock, waitReasonGCAssistWait, traceEvGoBlockGC, 2)
mgcscavenge.go#L241: goparkunlock(&scavenge.lock, waitReasonSleep, traceEvGoSleep, 2)
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#L341: func goparkunlock(lock *mutex, reason waitReason, traceEv byte, traceskip int) {
sema.go#L144: goparkunlock(&root.lock, waitReasonSemacquire, traceEvGoBlockSync, 4+skipframes)
sema.go#L513: goparkunlock(&l.lock, waitReasonSyncCondWait, traceEvGoBlockCond, 3)
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. |