Searched refs:system_microseconds (Results 1 – 7 of 7) sorted by relevance
110 time->system_microseconds= r.ru_stime.tv_usec; in pex_wait()160 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()164 time->system_microseconds += 1000000; in pex_wait()239 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec; in pex_wait()240 if (pt.system_microseconds < 0) in pex_wait()243 pt.system_microseconds += 1000000; in pex_wait()
249 @code{system_microseconds}. On systems which do not support reporting
700 @code{system_microseconds}. On systems which do not support reporting
427 unsigned long system_microseconds; member
506 unsigned long system_microseconds; member
516 unsigned long system_microseconds; member
3022 + (double) pt->system_microseconds / 1.0e6); in execute()