type golang.org/x/sys/unix.Rusage
5 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L370: func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {
zsyscall_linux.go#L237: func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
zsyscall_linux.go#L248: func Waitid(idType int, id int, info *Siginfo, options int, rusage *Rusage) (err error) {
zsyscall_linux.go#L984: func Getrusage(who int, rusage *Rusage) (err error) {
ztypes_linux_amd64.go#L65: type Rusage struct {