func runtime.netpollunblock
9 uses
runtime (current package)
netpoll.go#L310: rg = netpollunblock(pd, 'r', false)
netpoll.go#L313: wg = netpollunblock(pd, 'w', false)
netpoll.go#L336: rg = netpollunblock(pd, 'r', false)
netpoll.go#L337: wg = netpollunblock(pd, 'w', false)
netpoll.go#L366: rg = netpollunblock(pd, 'r', true)
netpoll.go#L369: wg = netpollunblock(pd, 'w', true)
netpoll.go#L448: func netpollunblock(pd *pollDesc, mode int32, ioready bool) *g {
netpoll.go#L497: rg = netpollunblock(pd, 'r', false)
netpoll.go#L506: wg = netpollunblock(pd, 'w', false)
 |
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. |