Home
last modified time | relevance | path

Searched refs:user_microseconds (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dpex-unix.c141 time->user_microseconds= r.ru_utime.tv_usec; in pex_wait()
185 time->user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait()
189 time->user_microseconds += 1000000; in pex_wait()
264 pt.user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait()
265 if (pt.user_microseconds < 0) in pex_wait()
268 pt.user_microseconds += 1000000; in pex_wait()
H A Dpexecute.txh272 @code{user_microseconds}, @code{system_seconds},
H A Dfunctions.texi860 @code{user_microseconds}, @code{system_seconds},
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-unix.c141 time->user_microseconds= r.ru_utime.tv_usec; in pex_wait()
185 time->user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait()
189 time->user_microseconds += 1000000; in pex_wait()
264 pt.user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait()
265 if (pt.user_microseconds < 0) in pex_wait()
268 pt.user_microseconds += 1000000; in pex_wait()
H A Dpexecute.txh272 @code{user_microseconds}, @code{system_seconds},
H A Dfunctions.texi860 @code{user_microseconds}, @code{system_seconds},
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-unix.c141 time->user_microseconds= r.ru_utime.tv_usec; in pex_wait()
185 time->user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait()
189 time->user_microseconds += 1000000; in pex_wait()
264 pt.user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait()
265 if (pt.user_microseconds < 0) in pex_wait()
268 pt.user_microseconds += 1000000; in pex_wait()
H A Dpexecute.txh272 @code{user_microseconds}, @code{system_seconds},
H A Dfunctions.texi843 @code{user_microseconds}, @code{system_seconds},
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dpex-unix.c144 time->user_microseconds= r.ru_utime.tv_usec; in pex_wait()
188 time->user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait()
192 time->user_microseconds += 1000000; in pex_wait()
267 pt.user_microseconds = r2.ru_utime.tv_usec - r1.ru_utime.tv_usec; in pex_wait()
268 if (pt.user_microseconds < 0) in pex_wait()
271 pt.user_microseconds += 1000000; in pex_wait()
H A Dpexecute.txh272 @code{user_microseconds}, @code{system_seconds},
H A Dfunctions.texi860 @code{user_microseconds}, @code{system_seconds},
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dlibiberty.h594 unsigned long user_microseconds; member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dlibiberty.h594 unsigned long user_microseconds; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dlibiberty.h594 unsigned long user_microseconds; member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dlibiberty.h594 unsigned long user_microseconds; member
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dpexecute.txh272 @code{user_microseconds}, @code{system_seconds},
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dpexecute.txh272 @code{user_microseconds}, @code{system_seconds},
H A Dfunctions.texi860 @code{user_microseconds}, @code{system_seconds},
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc3535 + (double) pt->user_microseconds / 1.0e6); in execute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c3327 + (double) pt->user_microseconds / 1.0e6); in execute()