Next: posix time tm, Previous: posix time timespec, Up: posix time [Index]
struct-tms
Scheme level representation of struct tms
, (libc)struct tms. It has the following fields:
tms_utime
Exact integer.
tms_stime
Exact integer.
tms_cutime
Exact integer.
tms_cstime
Exact integer.
Build and return a new instance of struct-tms
.
Return #t
if obj is an instance of struct-tms
.
Accessors for the fields of struct-tms
.