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

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
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;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h561 unsigned long system_microseconds; member in struct:pex_time

Completed in 98 milliseconds