runtime.pollDesc.wg (field)
9 uses
runtime (current package)
netpoll.go#L89: wg uintptr // pdReady, pdWait, G waiting for write or nil
netpoll.go#L146: if pd.wg != 0 && pd.wg != pdReady {
netpoll.go#L159: pd.wg = 0
netpoll.go#L174: if pd.wg != 0 && pd.wg != pdReady {
netpoll.go#L203: pd.wg = 0
netpoll.go#L416: gpp = &pd.wg
netpoll.go#L451: gpp = &pd.wg
![]() |
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. |