const syscall.EINTR

33 uses

	syscall (current package)
		exec_linux.go#L788: 			if err != EINTR {
		exec_linux.go#L831: 		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#L209: 			if err == syscall.EINTR {
		fd_unix.go#L236: 			if err == syscall.EINTR {
		fd_unix.go#L263: 			if err == syscall.EINTR {
		fd_unix.go#L290: 			if err == syscall.EINTR {
		fd_unix.go#L317: 			if err == syscall.EINTR {
		fd_unix.go#L344: 			if err == syscall.EINTR {
		fd_unix.go#L419: 		if err == syscall.EINTR {
		fd_unix.go#L448: 		if err == syscall.EINTR {
		fd_unix.go#L474: 		if err == syscall.EINTR {
		fd_unix.go#L500: 		if err == syscall.EINTR {
		fd_unix.go#L526: 		if err == syscall.EINTR {
		fd_unix.go#L552: 		if err == syscall.EINTR {
		fd_unix.go#L578: 		if err == syscall.EINTR {
		fd_unix.go#L609: 		case syscall.EINTR:
		fd_unix.go#L739: 		if err != syscall.EINTR {
		fd_writev_unix.go#L21: 		if e != syscall.EINTR {
		sendfile_unix.go#L109: 		case syscall.EINTR:
		splice_linux.go#L100: 		if err == syscall.EINTR {
		splice_linux.go#L142: 		if err == syscall.EINTR {
		writev.go#L74: 			if err == syscall.EINTR {

	net
		fd_unix.go#L49: 	case syscall.EINPROGRESS, syscall.EALREADY, syscall.EINTR:
		fd_unix.go#L143: 		case syscall.EINPROGRESS, syscall.EALREADY, syscall.EINTR:

	os
		file_posix.go#L257: 		if err != syscall.EINTR {
		file_posix.go#L267: 		if err != syscall.EINTR {