Searched refs:system_microseconds (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dpex-unix.c110 time->system_microseconds= r.ru_stime.tv_usec;
160 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;
164 time->system_microseconds += 1000000;
239 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;
240 if (pt.system_microseconds < 0)
243 pt.system_microseconds += 1000000;
/openbsd-current/gnu/lib/libiberty/include/
H A Dlibiberty.h427 unsigned long system_microseconds; member in struct:pex_time
/openbsd-current/gnu/gcc/include/
H A Dlibiberty.h506 unsigned long system_microseconds; member in struct:pex_time
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h516 unsigned long system_microseconds; member in struct:pex_time
/openbsd-current/gnu/gcc/gcc/
H A Dgcc.c3039 + (double) pt->system_microseconds / 1.0e6);

Completed in 201 milliseconds