func runtime.netpollinited
8 uses
runtime (current package)
netpoll.go#L130: func netpollinited() bool {
proc.go#L1155: if netpollinited() {
proc.go#L1586: if netpollinited() {
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#L2910: } else if pollUntil != 0 && netpollinited() {
proc.go#L2932: if netpollinited() && atomic.Load(&netpollWaiters) > 0 && sched.lastpoll != 0 {
proc.go#L5187: if netpollinited() && lastpoll != 0 && lastpoll+10*1000*1000 < now {
 |
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. |