Searched refs:tms_cstime (Results 1 – 12 of 12) sorted by relevance
54 clock_t tms_cstime; /* System CPU time of terminated child procs */ member
39 long tms_cstime; member
246 timebuf->tms_cstime = 0; in nw_times()
55 tp->tms_cstime = CONVTCK(ru.ru_stime); in times()
303 tcs += score_record.times.tms_cstime; in status_handler()553 score_record.times.tms_cstime / tick, in status_handler()622 score_record.times.tms_cstime) / tick, in status_handler()
84 long tms_cstime; member
85 long tms_cstime; member
1545 timebuf->tms_cstime = 0; in win32_times()1551 timebuf->tms_cstime = 0; in win32_times()
463 clock_t tms_cstime; /* system time, children - always 0 on VMS */ member
1762 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_cstime ) ) );
2108 s = tms.tms_cstime; in getrusage()
4434 PUSHs(sv_2mortal(newSVnv(((NV)PL_timesbuf.tms_cstime)/(NV)PL_clocktick))); in PP()