Home
last modified time | relevance | path

Searched refs:system_microseconds (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpex-unix.c144 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()
194 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
198 time->system_microseconds += 1000000; in pex_wait()
273 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
274 if (pt.system_microseconds < 0) in pex_wait()
277 pt.system_microseconds += 1000000; in pex_wait()
/dragonfly/contrib/gdb-7/libiberty/
H A Dpex-unix.c143 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()
193 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
197 time->system_microseconds += 1000000; in pex_wait()
272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
273 if (pt.system_microseconds < 0) in pex_wait()
276 pt.system_microseconds += 1000000; in pex_wait()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dpex-unix.c141 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()
191 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
195 time->system_microseconds += 1000000; in pex_wait()
270 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
271 if (pt.system_microseconds < 0) in pex_wait()
274 pt.system_microseconds += 1000000; in pex_wait()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dpex-unix.c143 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()
193 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
197 time->system_microseconds += 1000000; in pex_wait()
272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
273 if (pt.system_microseconds < 0) in pex_wait()
276 pt.system_microseconds += 1000000; in pex_wait()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dpex-unix.c143 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()
193 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
197 time->system_microseconds += 1000000; in pex_wait()
272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
273 if (pt.system_microseconds < 0) in pex_wait()
276 pt.system_microseconds += 1000000; in pex_wait()
/dragonfly/contrib/gcc-4.7/include/
H A Dlibiberty.h573 unsigned long system_microseconds; member
/dragonfly/contrib/gdb-7/include/
H A Dlibiberty.h564 unsigned long system_microseconds; member
/dragonfly/contrib/binutils-2.34/include/
H A Dlibiberty.h596 unsigned long system_microseconds; member
/dragonfly/contrib/gcc-8.0/include/
H A Dlibiberty.h587 unsigned long system_microseconds; member
/dragonfly/contrib/binutils-2.27/include/
H A Dlibiberty.h576 unsigned long system_microseconds; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.c2770 + (double) pt->system_microseconds / 1.0e6); in execute()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c3207 + (double) pt->system_microseconds / 1.0e6); in execute()