var runtime.netpollWaiters
6 uses
runtime (current package)
netpoll.go#L110: netpollWaiters uint32
netpoll.go#L401: atomic.Xadd(&netpollWaiters, 1)
netpoll.go#L407: atomic.Xadd(&netpollWaiters, -1)
proc.go#L2604: if netpollinited() && atomic.Load(&netpollWaiters) > 0 && atomic.Load64(&sched.lastpoll) != 0 {
proc.go#L2867: if netpollinited() && (atomic.Load(&netpollWaiters) > 0 || pollUntil != 0) && atomic.Xchg64(&sched.lastpoll, 0) != 0 {
proc.go#L2932: if netpollinited() && atomic.Load(&netpollWaiters) > 0 && sched.lastpoll != 0 {
 |
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. |