func syscall.Close

19 uses

	syscall (current package)
		exec_linux.go#L96: 		Close(p[0])
		exec_linux.go#L106: 		Close(p[1])
		exec_linux.go#L562: 		Close(fd)
		exec_linux.go#L566: 	if err := Close(fd); err != nil {
		exec_linux.go#L592: 		Close(fd)
		exec_linux.go#L596: 	return Close(fd)
		exec_unix.go#L211: 		Close(p[0])
		exec_unix.go#L212: 		Close(p[1])
		exec_unix.go#L219: 	Close(p[1])
		exec_unix.go#L226: 	Close(p[0])
		lsf_linux.go#L38: 		Close(s)
		lsf_linux.go#L55: 	defer Close(s)
		netlink_linux.go#L57: 	defer Close(s)
		sock_cloexec_linux.go#L25: 		Close(s)
		syscall_linux.go#L558: 		Close(nfd)
		syscall_linux.go#L576: 		Close(nfd)
		zsyscall_linux_amd64.go#L294: func Close(fd int) (err error) {

	internal/poll
		hook_unix.go#L12: var CloseFunc func(int) error = syscall.Close

	time
		sys_unix.go#L32: 	syscall.Close(int(fd))