func runtime.netpoll

6 uses

	runtime (current package)
		netpoll_kqueue.go#L107: func netpoll(delay int64) gList {
		proc.go#L1156: 		list := netpoll(0) // non-blocking
		proc.go#L2605: 		if list := netpoll(0); !list.empty() { // non-blocking
		proc.go#L2879: 		list := netpoll(delta) // block until new work is available
		proc.go#L2933: 		if list := netpoll(0); !list.empty() {
		proc.go#L5189: 			list := netpoll(0) // non-blocking - returns list of goroutines