const runtime.traceEvGoStop
5 uses
runtime (current package)
chan.go#L163: gopark(nil, nil, waitReasonChanSendNilChan, traceEvGoStop, 2)
chan.go#L466: gopark(nil, nil, waitReasonChanReceiveNilChan, traceEvGoStop, 2)
proc.go#L244: gopark(nil, nil, waitReasonPanicWait, traceEvGoStop, 1)
select.go#L103: gopark(nil, nil, waitReasonSelectNoCases, traceEvGoStop, 1) // forever
trace.go#L39: traceEvGoStop = 16 // goroutine stops (like in select{}) [timestamp, stack]
 |
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. |