internal/poll.pollDesc.pollable (method)
9 uses
internal/poll (current package)
fd_poll_runtime.go#L106: func (pd *pollDesc) pollable() bool {
fd_unix.go#L165: if err == syscall.EAGAIN && fd.pd.pollable() {
fd_unix.go#L221: if err == syscall.EAGAIN && fd.pd.pollable() {
fd_unix.go#L248: if err == syscall.EAGAIN && fd.pd.pollable() {
fd_unix.go#L281: if err == syscall.EAGAIN && fd.pd.pollable() {
fd_unix.go#L343: if err == syscall.EAGAIN && fd.pd.pollable() {
fd_unix.go#L369: if err == syscall.EAGAIN && fd.pd.pollable() {
fd_unix.go#L400: if fd.pd.pollable() {
fd_unix.go#L436: if err == syscall.EAGAIN && fd.pd.pollable() {
![]() |
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. |