func syscall.Close
29 uses
syscall (current package)
exec_linux.go#L156: Close(mapPipe[0])
exec_linux.go#L166: Close(mapPipe[1])
exec_linux.go#L697: Close(fd)
exec_linux.go#L701: if err := Close(fd); err != nil {
exec_linux.go#L727: Close(fd)
exec_linux.go#L731: return Close(fd)
exec_linux.go#L761: Close(*sys.PidFD)
exec_linux.go#L803: 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#L703: 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
internal/syscall/unix
fchmodat_linux.go#L31: defer syscall.Close(fd)
os
exec_linux.go#L12: syscall.Close(int(ph.handle))
pidfd_linux.go#L168: defer syscall.Close(int(fd))
root_openat.go#L35: syscall.Close(r.fd)
root_openat.go#L60: syscall.Close(r.fd)
root_openat.go#L283: syscall.Close(dirfd)
root_openat.go#L328: syscall.Close(dirfd)
root_openat.go#L350: syscall.Close(dirfd)
root_openat.go#L381: syscall.Close(dirfd)
root_unix.go#L45: syscall.Close(fd)
time
sys_unix.go#L40: syscall.Close(int(fd))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |