var runtime.netpollBreakRd
5 uses
runtime (current package)
netpoll_kqueue.go#L19: netpollBreakRd, netpollBreakWr uintptr // for netpollBreak
netpoll_kqueue.go#L46: netpollBreakRd = uintptr(r)
netpoll_kqueue.go#L51: return fd == uintptr(kq) || fd == netpollBreakRd || fd == netpollBreakWr
netpoll_kqueue.go#L144: if uintptr(ev.ident) == netpollBreakRd {
netpoll_kqueue.go#L154: read(int32(netpollBreakRd), noescape(unsafe.Pointer(&tmp[0])), int32(len(tmp)))
![]() |
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. |