const syscall.EINTR
40 uses
syscall (current package)
exec_linux.go#L773: if err != EINTR {
exec_linux.go#L791: if errno != EINTR {
exec_unix.go#L221: if err != EINTR {
exec_unix.go#L237: for err1 == EINTR {
syscall_unix.go#L135: return e == EINTR || e == EMFILE || e == ENFILE || e.Timeout()
zerrors_linux_amd64.go#L1222: EINTR = Errno(0x4)
internal/poll
copy_file_range_linux.go#L116: if err != syscall.EINTR {
fd_posix.go#L75: if err != syscall.EINTR {
fd_unix.go#L192: if err != syscall.EINTR {
fd_unix.go#L216: if err == syscall.EINTR {
fd_unix.go#L243: if err == syscall.EINTR {
fd_unix.go#L270: if err == syscall.EINTR {
fd_unix.go#L297: if err == syscall.EINTR {
fd_unix.go#L324: if err == syscall.EINTR {
fd_unix.go#L351: if err == syscall.EINTR {
fd_unix.go#L426: if err == syscall.EINTR {
fd_unix.go#L455: if err == syscall.EINTR {
fd_unix.go#L481: if err == syscall.EINTR {
fd_unix.go#L507: if err == syscall.EINTR {
fd_unix.go#L533: if err == syscall.EINTR {
fd_unix.go#L559: if err == syscall.EINTR {
fd_unix.go#L585: if err == syscall.EINTR {
fd_unix.go#L616: case syscall.EINTR:
fd_unix.go#L746: if err != syscall.EINTR {
fd_writev_unix.go#L21: if e != syscall.EINTR {
sendfile_linux.go#L38: } else if err != syscall.EAGAIN && err != syscall.EINTR {
sendfile_linux.go#L46: if err == syscall.EINTR {
splice_linux.go#L101: if err == syscall.EINTR {
splice_linux.go#L143: if err == syscall.EINTR {
writev.go#L74: if err == syscall.EINTR {
net
fd_unix.go#L60: case syscall.EINPROGRESS, syscall.EALREADY, syscall.EINTR:
fd_unix.go#L154: case syscall.EINPROGRESS, syscall.EALREADY, syscall.EINTR:
os
exec_unix.go#L71: if e != syscall.EINTR {
file_posix.go#L252: if err != syscall.EINTR {
file_unix.go#L455: if e != syscall.EINTR {
getwd.go#L50: if e != syscall.EINTR {
pidfd_linux.go#L111: if e != syscall.EINTR {
pidfd_linux.go#L173: if err != syscall.EINTR {
removeall_at.go#L178: if e == syscall.EINTR {
wait_waitid.go#L33: if e != syscall.EINTR {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |