runtime.pollDesc.rg (field)
9 uses
runtime (current package)
netpoll.go#L85: rg uintptr // pdReady, pdWait, G waiting for read or nil
netpoll.go#L149: if pd.rg != 0 && pd.rg != pdReady {
netpoll.go#L156: pd.rg = 0
netpoll.go#L177: if pd.rg != 0 && pd.rg != pdReady {
netpoll.go#L201: pd.rg = 0
netpoll.go#L414: gpp := &pd.rg
netpoll.go#L449: gpp := &pd.rg
![]() |
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. |