const syscall.EAGAIN
17 uses
syscall (current package)
syscall_unix.go#L143: return e == EAGAIN || e == EWOULDBLOCK || e == ETIMEDOUT
syscall_unix.go#L149: errEAGAIN error = EAGAIN
syscall_unix.go#L160: case EAGAIN:
zerrors_darwin_amd64.go#L1141: EAGAIN = Errno(0x23)
crypto/rand
eagain.go#L22: if errno, ok := pe.Err.(syscall.Errno); ok && errno == syscall.EAGAIN {
golang.org/x/sys/unix
syscall_unix.go#L28: errEAGAIN error = syscall.EAGAIN
internal/poll
errno_unix.go#L14: errEAGAIN error = syscall.EAGAIN
errno_unix.go#L25: case syscall.EAGAIN:
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#L399: case syscall.EAGAIN:
fd_unix.go#L436: if err == syscall.EAGAIN && fd.pd.pollable() {
writev.go#L74: if err == syscall.EAGAIN {
![]() |
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. |