Home
last modified time | relevance | path

Searched refs:ru_stime (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd/bin/csh/
H A Dtime.c109 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/external/gpl3/gdb/dist/libiberty/
H A Dpex-unix.c142 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 Dclock.c77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
H A Dgetruntime.c104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-unix.c142 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 Dclock.c77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
H A Dgetruntime.c104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dpex-unix.c142 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 Dclock.c77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
H A Dgetruntime.c104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-unix.c142 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 Dclock.c77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
H A Dgetruntime.c104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dpex-unix.c142 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 Dclock.c77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
H A Dgetruntime.c104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dpex-unix.c142 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 Dclock.c77 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in clock()
H A Dgetruntime.c104 + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec); in get_run_time()
/netbsd/usr.bin/time/
H A Dtime.c157 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/external/mit/libuv/dist/test/
H A Dtest-platform-output.c79 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/lib/libc/gen/
H A Dclock.c66 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 Dtimes.c84 tp->tms_stime = CONVTCK(ru.ru_stime); in times()
88 tp->tms_cstime = CONVTCK(ru.ru_stime); in times()
/netbsd/lib/libc/compat/sys/
H A Dcompat_getrusage.c60 timeval_to_timeval50(&ru->ru_stime, &ru50->ru_stime); in __rusage_to_rusage50()
/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtime_1.h153 *system_sec = usage.ru_stime.tv_sec; in gf_cputime()
154 *system_usec = usage.ru_stime.tv_usec; in gf_cputime()

1234