Home | History | Annotate | Download | only in libiberty

Lines Matching refs:ru_stime

143       time->system_seconds = r.ru_stime.tv_sec;
144 time->system_microseconds= r.ru_stime.tv_usec;
193 time->system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec;
194 time->system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;
195 if (r2.ru_stime.tv_usec < r1.ru_stime.tv_usec)
272 pt.system_seconds = r2.ru_stime.tv_sec - r1.ru_stime.tv_sec;
273 pt.system_microseconds = r2.ru_stime.tv_usec - r1.ru_stime.tv_usec;