package luv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val t : [ `Rusage ] Ctypes.structure F.typ
val utime : ([ `Timeval ] Ctypes.structure, [ `Rusage ] Ctypes.structure) F.field
val stime : ([ `Timeval ] Ctypes.structure, [ `Rusage ] Ctypes.structure) F.field
val maxrss : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val ixrss : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val idrss : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val isrss : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val minflt : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val majflt : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val nswap : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val inblock : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val oublock : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val msgsnd : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val msgrcv : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val nsignals : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val nvcsw : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val nivcsw : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field