const syscall.EINTR

35 uses

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

	internal/poll
		copy_file_range_linux.go#L159: 		if err != syscall.EINTR {
		fd_posix.go#L75: 		if err != syscall.EINTR {
		fd_unix.go#L194: 		if err != syscall.EINTR {
		fd_unix.go#L218: 			if err == syscall.EINTR {
		fd_unix.go#L245: 			if err == syscall.EINTR {
		fd_unix.go#L272: 			if err == syscall.EINTR {
		fd_unix.go#L299: 			if err == syscall.EINTR {
		fd_unix.go#L326: 			if err == syscall.EINTR {
		fd_unix.go#L353: 			if err == syscall.EINTR {
		fd_unix.go#L420: 		if err == syscall.EINTR {
		fd_unix.go#L449: 		if err == syscall.EINTR {
		fd_unix.go#L475: 		if err == syscall.EINTR {
		fd_unix.go#L501: 		if err == syscall.EINTR {
		fd_unix.go#L527: 		if err == syscall.EINTR {
		fd_unix.go#L553: 		if err == syscall.EINTR {
		fd_unix.go#L579: 		if err == syscall.EINTR {
		fd_unix.go#L610: 		case syscall.EINTR:
		fd_unix.go#L795: 		if err != syscall.EINTR {
		fd_writev_unix.go#L21: 		if e != syscall.EINTR {
		sendfile_linux.go#L38: 		if err1 == syscall.EINTR {
		splice_linux.go#L95: 		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
		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#L377: 			if e != syscall.EINTR {
		getwd.go#L50: 			if e != syscall.EINTR {
		removeall_at.go#L180: 		if e == syscall.EINTR {
		wait_waitid.go#L33: 		if e != syscall.EINTR {