Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/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()
H A Dpexecute.txh273 @code{system_microseconds}. On systems which do not support reporting
H A Dfunctions.texi861 @code{system_microseconds}. On systems which do not support reporting
/netbsd-src/external/gpl3/binutils.old/dist/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()
H A Dpexecute.txh273 @code{system_microseconds}. On systems which do not support reporting
H A Dfunctions.texi861 @code{system_microseconds}. On systems which do not support reporting
/netbsd-src/external/gpl3/gcc.old/dist/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()
H A Dpexecute.txh273 @code{system_microseconds}. On systems which do not support reporting
H A Dfunctions.texi844 @code{system_microseconds}. On systems which do not support reporting
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dpex-unix.c146 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()
196 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
200 time->system_microseconds += 1000000; in pex_wait()
275 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
276 if (pt.system_microseconds < 0) in pex_wait()
279 pt.system_microseconds += 1000000; in pex_wait()
H A Dpexecute.txh273 @code{system_microseconds}. On systems which do not support reporting
H A Dfunctions.texi861 @code{system_microseconds}. On systems which do not support reporting
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dlibiberty.h596 unsigned long system_microseconds; member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dlibiberty.h596 unsigned long system_microseconds; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dlibiberty.h596 unsigned long system_microseconds; member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dlibiberty.h596 unsigned long system_microseconds; member
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dpexecute.txh273 @code{system_microseconds}. On systems which do not support reporting
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dpexecute.txh273 @code{system_microseconds}. On systems which do not support reporting
H A Dfunctions.texi861 @code{system_microseconds}. On systems which do not support reporting
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc3537 + (double) pt->system_microseconds / 1.0e6); in execute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c3329 + (double) pt->system_microseconds / 1.0e6); in execute()