const syscall.EINTR

34 uses

	syscall (current package)
		exec_linux.go#L788: 			if err != EINTR {
		exec_linux.go#L806: 		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#L1220: 	EINTR           = Errno(0x4)

	crypto/internal/sysrand
		rand_getrandom.go#L52: 		if errors.Is(err, syscall.EINTR) {

	internal/poll
		fd_posix.go#L75: 		if err != syscall.EINTR {
		fd_posix.go#L85: 		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_unix.go#L109: 		case 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
		file_posix.go#L252: 		if err != syscall.EINTR {
		file_posix.go#L262: 		if err != syscall.EINTR {