Searched refs:system_microseconds (Results 1 – 21 of 21) sorted by relevance
143 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()193 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()197 time->system_microseconds += 1000000; in pex_wait()272 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()273 if (pt.system_microseconds < 0) in pex_wait()276 pt.system_microseconds += 1000000; in pex_wait()
273 @code{system_microseconds}. On systems which do not support reporting
861 @code{system_microseconds}. On systems which do not support reporting
844 @code{system_microseconds}. On systems which do not support reporting
146 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()196 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()200 time->system_microseconds += 1000000; in pex_wait()275 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()276 if (pt.system_microseconds < 0) in pex_wait()279 pt.system_microseconds += 1000000; in pex_wait()
596 unsigned long system_microseconds; member
3537 + (double) pt->system_microseconds / 1.0e6); in execute()
3329 + (double) pt->system_microseconds / 1.0e6); in execute()