func syscall.Close

18 uses

	syscall (current package)
		exec_linux.go#L142: 		Close(mapPipe[0])
		exec_linux.go#L152: 		Close(mapPipe[1])
		exec_linux.go#L660: 		Close(fd)
		exec_linux.go#L664: 	if err := Close(fd); err != nil {
		exec_linux.go#L690: 		Close(fd)
		exec_linux.go#L694: 	return Close(fd)
		exec_unix.go#L207: 		Close(p[0])
		exec_unix.go#L208: 		Close(p[1])
		exec_unix.go#L215: 	Close(p[1])
		exec_unix.go#L222: 	Close(p[0])
		lsf_linux.go#L38: 		Close(s)
		lsf_linux.go#L55: 	defer Close(s)
		netlink_linux.go#L65: 	defer Close(s)
		syscall_linux.go#L684: 		Close(nfd)
		syscall_linux_accept4.go#L21: 		Close(nfd)
		zsyscall_linux_amd64.go#L319: func Close(fd int) (err error) {

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

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