func internal/runtime/syscall.Close

8 uses

	internal/runtime/syscall (current package)
		syscall_linux.go#L54: func Close(fd int) (errno uintptr) {

	internal/runtime/cgroup
		cgroup_linux.go#L80: 		syscall.Close(c.quotaFD)
		cgroup_linux.go#L81: 		syscall.Close(c.periodFD)
		cgroup_linux.go#L83: 		syscall.Close(c.quotaFD)
		cgroup_linux.go#L359: 		syscall.Close(fd)
		cgroup_linux.go#L363: 	syscall.Close(fd)
		cgroup_linux.go#L501: 		syscall.Close(fd)
		cgroup_linux.go#L504: 	syscall.Close(fd)