const syscall.EINTR

24 uses

	syscall (current package)
		exec_unix.go#L222: 		if err != EINTR {
		exec_unix.go#L238: 		for err1 == EINTR {
		syscall_unix.go#L139: 	return e == EINTR || e == EMFILE || e == ENFILE || e.Timeout()
		zerrors_darwin_amd64.go#L1170: 	EINTR           = Errno(0x4)

	internal/poll
		fd_opendir_darwin.go#L25: 		if err != syscall.EINTR {
		fd_posix.go#L75: 		if err != syscall.EINTR {
		fd_unix.go#L193: 		if err != syscall.EINTR {
		fd_unix.go#L217: 			if err == syscall.EINTR {
		fd_unix.go#L244: 			if err == syscall.EINTR {
		fd_unix.go#L311: 		if err == syscall.EINTR {
		fd_unix.go#L340: 		if err == syscall.EINTR {
		fd_unix.go#L366: 		if err == syscall.EINTR {
		fd_unix.go#L397: 		case syscall.EINTR:
		fd_unix.go#L582: 		if err != syscall.EINTR {
		writev.go#L71: 			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
		dir_darwin.go#L49: 			if errno == syscall.EINTR {
		exec_unix.go#L44: 		if e != syscall.EINTR {
		file_posix.go#L246: 		if err != syscall.EINTR {
		file_unix.go#L222: 		if e == syscall.EINTR {
		file_unix.go#L374: 			if e != syscall.EINTR {
		getwd.go#L50: 			if e != syscall.EINTR {
		removeall_at.go#L180: 		if e == syscall.EINTR {