const syscall.EINTR
36 uses
syscall (current package)
exec_unix.go#L218: if err != EINTR {
exec_unix.go#L234: for err1 == EINTR {
syscall_unix.go#L133: return e == EINTR || e == EMFILE || e == ENFILE || e.Timeout()
zerrors_linux_amd64.go#L1222: EINTR = Errno(0x4)
internal/poll
copy_file_range_linux.go#L123: if err != syscall.EINTR {
fd_posix.go#L75: if err != syscall.EINTR {
fd_unix.go#L191: if err != syscall.EINTR {
fd_unix.go#L215: if err == syscall.EINTR {
fd_unix.go#L242: if err == syscall.EINTR {
fd_unix.go#L269: if err == syscall.EINTR {
fd_unix.go#L296: if err == syscall.EINTR {
fd_unix.go#L323: if err == syscall.EINTR {
fd_unix.go#L350: if err == syscall.EINTR {
fd_unix.go#L417: if err == syscall.EINTR {
fd_unix.go#L446: if err == syscall.EINTR {
fd_unix.go#L472: if err == syscall.EINTR {
fd_unix.go#L498: if err == syscall.EINTR {
fd_unix.go#L524: if err == syscall.EINTR {
fd_unix.go#L550: if err == syscall.EINTR {
fd_unix.go#L576: if err == syscall.EINTR {
fd_unix.go#L607: case syscall.EINTR:
fd_unix.go#L737: if err != syscall.EINTR {
fd_writev_unix.go#L21: if e != syscall.EINTR {
sendfile_linux.go#L41: if err1 == syscall.EINTR {
splice_linux.go#L103: if err == syscall.EINTR {
splice_linux.go#L145: if err == syscall.EINTR {
writev.go#L76: 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#L44: if e != syscall.EINTR {
file_posix.go#L252: if err != syscall.EINTR {
file_unix.go#L278: if e == syscall.EINTR {
file_unix.go#L440: if e != syscall.EINTR {
getwd.go#L50: if e != syscall.EINTR {
removeall_at.go#L186: if e == syscall.EINTR {
wait_waitid.go#L33: if e != syscall.EINTR {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |