func runtime.gopark
12 uses
runtime (current package)
chan.go#L163: gopark(nil, nil, waitReasonChanSendNilChan, traceEvGoStop, 2)
chan.go#L257: gopark(chanparkcommit, unsafe.Pointer(&c.lock), waitReasonChanSend, traceEvGoBlockSend, 2)
chan.go#L466: gopark(nil, nil, waitReasonChanReceiveNilChan, traceEvGoStop, 2)
chan.go#L576: gopark(chanparkcommit, unsafe.Pointer(&c.lock), waitReasonChanReceive, traceEvGoBlockRecv, 2)
mgc.go#L1911: gopark(func(g *g, nodep unsafe.Pointer) bool {
netpoll.go#L438: gopark(netpollblockcommit, unsafe.Pointer(gpp), waitReasonIOWait, traceEvGoBlockNet, 5)
proc.go#L244: gopark(nil, nil, waitReasonPanicWait, traceEvGoStop, 1)
proc.go#L319: func gopark(unlockf func(*g, unsafe.Pointer) bool, lock unsafe.Pointer, reason waitReason, traceEv byte, traceskip int) {
proc.go#L342: gopark(parkunlock_c, unsafe.Pointer(lock), reason, traceEv, traceskip)
select.go#L103: gopark(nil, nil, waitReasonSelectNoCases, traceEvGoStop, 1) // forever
select.go#L327: gopark(selparkcommit, nil, waitReasonSelect, traceEvGoBlockSelect, 1)
time.go#L193: gopark(resetForSleep, unsafe.Pointer(t), waitReasonSleep, traceEvGoSleep, 1)
 |
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. |