HomeSort by relevance Sort by last modified time
    Searched refs:system_microseconds (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
pex-unix.c 144 time->system_microseconds= r.ru_stime.tv_usec;
194 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;
198 time->system_microseconds += 1000000;
273 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;
274 if (pt.system_microseconds < 0)
277 pt.system_microseconds += 1000000;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 564 unsigned long system_microseconds; member in struct:pex_time
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 576 unsigned long system_microseconds; member in struct:pex_time

Completed in 205 milliseconds