Home
last modified time | relevance | path

Searched defs:tms (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/posix/sys/
Dtimes.h32 struct tms struct
34 clock_t tms_utime; /* User CPU time. */ argument
35 clock_t tms_stime; /* System CPU time. */ argument
37 clock_t tms_cutime; /* User CPU time of dead children. */ argument
38 clock_t tms_cstime; /* System CPU time of dead children. */ argument
/glibc-2.36/time/
Dtst-gmtime.c43 struct tm tms; in do_test() local
74 struct tm tms; in do_test() local
107 struct tm tms; in do_test() local
Dtst-getdate.c134 struct tm tms; in do_test() local
/glibc-2.36/sysdeps/pthread/
Dtst-mutex-errorcheck.c28 struct timespec tms = { 0 }; in do_test() local
/glibc-2.36/sysdeps/mach/hurd/
Dtimes.c40 __times (struct tms *tms) in __times()