Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libiberty/src/
Dpex-unix.c110 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()
160 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
164 time->system_microseconds += 1000000; in pex_wait()
239 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()
240 if (pt.system_microseconds < 0) in pex_wait()
243 pt.system_microseconds += 1000000; in pex_wait()
Dpexecute.txh249 @code{system_microseconds}. On systems which do not support reporting
Dfunctions.texi700 @code{system_microseconds}. On systems which do not support reporting
/openbsd/src/gnu/lib/libiberty/include/
Dlibiberty.h427 unsigned long system_microseconds; member
/openbsd/src/gnu/gcc/include/
Dlibiberty.h506 unsigned long system_microseconds; member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dlibiberty.h516 unsigned long system_microseconds; member
/openbsd/src/gnu/gcc/gcc/
Dgcc.c3022 + (double) pt->system_microseconds / 1.0e6); in execute()