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_arm64.go#L1152: 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.2.8-preview. (GOOS=darwin GOARCH=arm64)