type golang.org/x/sys/unix.Rusage
4 uses
golang.org/x/sys/unix (current package)
syscall_bsd.go#L122: func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {
zsyscall_darwin_arm64.go#L48: func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
zsyscall_darwin_arm64.go#L1348: func Getrusage(who int, rusage *Rusage) (err error) {
ztypes_darwin_arm64.go#L39: type Rusage struct {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)