Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dtimes.h49 struct tms { struct
50 clock_t tms_utime; /* User CPU time */ argument
51 clock_t tms_stime; /* System CPU time */ argument
52 clock_t tms_cutime; /* User CPU time of terminated child procs */ argument
53 clock_t tms_cstime; /* System CPU time of terminated child procs */ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.cc32 struct tms struct
34 clock_t tms_utime; argument
35 clock_t tms_stime; argument
36 clock_t tms_cutime; argument
37 clock_t tms_cstime; argument
224 struct tms tms; in get_time() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.c32 struct tms struct
34 clock_t tms_utime; argument
35 clock_t tms_stime; argument
36 clock_t tms_cutime; argument
37 clock_t tms_cstime; argument
226 struct tms tms; in get_time() local
/netbsd-src/tests/lib/libc/time/
H A Dt_mktime.c67 struct tm tms; in ATF_TC_BODY() local
87 struct tm tms; in ATF_TC_BODY() local
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_macinfo.c114 Dwarf_MacroSet ms, tms; in _dwarf_macinfo_cleanup() local
/netbsd-src/usr.bin/touch/
H A Dtouch.c365 struct tm tm, tms; in stime_posix() local
/netbsd-src/bin/ksh/
H A Dc_sh.c731 struct tms t0, t1, tms; local
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtime.c366 #define times(tms) ASSERT_FAIL (times not available) argument
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c2234 struct tm tms; in monitor_back_db_open() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2160 struct tm tms; in TEST() local