func syscall.Close

22 uses

	syscall (current package)
		exec_linux.go#L156: 		Close(mapPipe[0])
		exec_linux.go#L166: 		Close(mapPipe[1])
		exec_linux.go#L680: 		Close(fd)
		exec_linux.go#L684: 	if err := Close(fd); err != nil {
		exec_linux.go#L710: 		Close(fd)
		exec_linux.go#L714: 	return Close(fd)
		exec_linux.go#L744: 		Close(*sys.PidFD)
		exec_linux.go#L786: 	defer Close(int(pidfd))
		exec_unix.go#L210: 		Close(p[0])
		exec_unix.go#L211: 		Close(p[1])
		exec_unix.go#L218: 	Close(p[1])
		exec_unix.go#L225: 	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#L697: 		Close(nfd)
		syscall_linux_accept4.go#L21: 		Close(nfd)
		zsyscall_linux_amd64.go#L334: func Close(fd int) (err error) {

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

	os
		exec_linux.go#L12: 	syscall.Close(int(p.handle))
		pidfd_linux.go#L168: 	defer syscall.Close(int(fd))

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