/netbsd-src/bin/csh/ |
H A D | time.c | 109 timeradd(&ru->ru_stime, &ru2->ru_stime, &ru->ru_stime); in ruadd() 157 (r1->ru_stime.tv_sec - r0->ru_stime.tv_sec) * 100 + in prusage1() 158 (r1->ru_stime.tv_usec - r0->ru_stime.tv_usec) / 10000; in prusage1() 205 pdeltat(fp, prec, &r1->ru_stime, &r0->ru_stime); in prusage1()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | pex-unix.c | 142 time->system_seconds = r.ru_stime.tv_sec; in pex_wait() 143 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait() 192 time->system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 193 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait() 194 if (r2.ru_stime.tv_usec < r1.ru_stime.tv_usec) in pex_wait() 271 pt.system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
|
H A D | clock.c | 77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
|
H A D | getruntime.c | 104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | pex-unix.c | 142 time->system_seconds = r.ru_stime.tv_sec; in pex_wait() 143 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait() 192 time->system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 193 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait() 194 if (r2.ru_stime.tv_usec < r1.ru_stime.tv_usec) in pex_wait() 271 pt.system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
|
H A D | clock.c | 77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
|
H A D | getruntime.c | 104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | pex-unix.c | 142 time->system_seconds = r.ru_stime.tv_sec; in pex_wait() 143 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait() 192 time->system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 193 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait() 194 if (r2.ru_stime.tv_usec < r1.ru_stime.tv_usec) in pex_wait() 271 pt.system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
|
H A D | clock.c | 77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
|
H A D | getruntime.c | 104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | pex-unix.c | 145 time->system_seconds = r.ru_stime.tv_sec; in pex_wait() 146 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait() 195 time->system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 196 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait() 197 if (r2.ru_stime.tv_usec < r1.ru_stime.tv_usec) in pex_wait() 274 pt.system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec; in pex_wait() 275 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
|
H A D | clock.c | 77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
|
H A D | getruntime.c | 104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
|
/netbsd-src/sys/compat/sys/ |
H A D | resource.h | 44 struct timeval50 ru_stime; /* system time used */ member 70 timeval_to_timeval50(&ru->ru_stime, &ru50->ru_stime); in rusage_to_rusage50()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | resource.d | 105 timeval ru_stime; in nogc() local 162 timeval ru_stime; 204 timeval ru_stime; 261 timeval ru_stime; 319 timeval ru_stime; 377 timeval ru_stime; 434 timeval ru_stime;
|
/netbsd-src/usr.bin/time/ |
H A D | time.c | 157 prtv("sys ", decpt, &ru.ru_stime, "\n"); in main() 161 prtv("", decpt, &ru.ru_stime, " sys\n"); in main() 169 ticks = hz * (ru.ru_utime.tv_sec + ru.ru_stime.tv_sec) + in main() 170 hz * (ru.ru_utime.tv_usec + ru.ru_stime.tv_usec) / 1000000; in main()
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-platform-output.c | 79 ASSERT(rusage.ru_stime.tv_sec >= 0); in TEST_IMPL() 80 ASSERT(rusage.ru_stime.tv_usec >= 0); in TEST_IMPL() 86 (unsigned long long) rusage.ru_stime.tv_sec, in TEST_IMPL() 87 (unsigned long long) rusage.ru_stime.tv_usec); in TEST_IMPL()
|
/netbsd-src/lib/libc/gen/ |
H A D | clock.c | 66 return (clock_t)((ru.ru_utime.tv_sec + ru.ru_stime.tv_sec) * hz + in clock() 67 (ru.ru_utime.tv_usec + ru.ru_stime.tv_usec + 50) in clock()
|
H A D | times.c | 84 tp->tms_stime = CONVTCK(ru.ru_stime); in times() 88 tp->tms_cstime = CONVTCK(ru.ru_stime); in times()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | time_1.h | 153 *system_sec = usage.ru_stime.tv_sec; in gf_cputime() 154 *system_usec = usage.ru_stime.tv_usec; in gf_cputime()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | time_1.h | 153 *system_sec = usage.ru_stime.tv_sec; in gf_cputime() 154 *system_usec = usage.ru_stime.tv_usec; in gf_cputime()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | timers.cc | 84 static_cast<double>(ru.ru_stime.tv_sec) + 85 static_cast<double>(ru.ru_stime.tv_usec) * 1e-6);
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | timers.cc | 84 static_cast<double>(ru.ru_stime.tv_sec) + 85 static_cast<double>(ru.ru_stime.tv_usec) * 1e-6);
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_time.c | 172 calcru(p, &ru.ru_utime, &ru.ru_stime, NULL, NULL); in linux32_sys_times() 174 ltms32.ltms32_stime = CONVTCK(ru.ru_stime); in linux32_sys_times() 176 ltms32.ltms32_cstime = CONVTCK(p->p_stats->p_cru.ru_stime); in linux32_sys_times()
|
/netbsd-src/external/lgpl3/mpfr/dist/tools/bench/ |
H A D | mpfrbench.c | 118 + ru.ru_stime.tv_sec * 1000000 + ru.ru_stime.tv_usec; in get_cputime()
|