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

  /toolchain/binutils/binutils-2.25/libiberty/
pex-unix.c 143 time->system_microseconds= r.ru_stime.tv_usec;
193 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;
197 time->system_microseconds += 1000000;
272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;
273 if (pt.system_microseconds < 0)
276 pt.system_microseconds += 1000000;
pexecute.txh 273 @code{system_microseconds}. On systems which do not support reporting
functions.texi 845 @code{system_microseconds}. On systems which do not support reporting
    [all...]
  /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.25/include/
libiberty.h 572 unsigned long system_microseconds; member in struct:pex_time

Completed in 338 milliseconds