Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dtimes.h51 struct tms { struct
52 clock_t tms_utime; /* User CPU time */ argument
53 clock_t tms_stime; /* System CPU time */ argument
54 clock_t tms_cutime; /* User CPU time of terminated child procs */ argument
55 clock_t tms_cstime; /* System CPU time of terminated child procs */ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtimevar.c39 struct tms struct
41 clock_t tms_utime; argument
42 clock_t tms_stime; argument
43 clock_t tms_cutime; argument
44 clock_t tms_cstime; argument
195 struct tms tms; local
/openbsd-src/gnu/gcc/gcc/
H A Dtimevar.c41 struct tms struct
43 clock_t tms_utime; argument
44 clock_t tms_stime; argument
45 clock_t tms_cutime; argument
46 clock_t tms_cstime; argument
202 struct tms tms; in get_time() local
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.h153 struct tms { struct
154 tms_utimetms global() argument
155 tms_stimetms global() argument
156 tms_cutimetms global() argument
157 tms_cstimetms global() argument
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs3552 struct tms tms; global() variable
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2182 struct tm tms; in TEST() local