type golang.org/x/sys/unix.Rusage

5 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L361: func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {
		zsyscall_linux.go#L223: func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
		zsyscall_linux.go#L234: func Waitid(idType int, id int, info *Siginfo, options int, rusage *Rusage) (err error) {
		zsyscall_linux.go#L957: func Getrusage(who int, rusage *Rusage) (err error) {
		ztypes_linux_amd64.go#L66: type Rusage struct {