Searched refs:tms_cutime (Results 1 – 10 of 10) sorted by relevance
314 clock_t tms_cutime; // User CPU time of terminated child processes member325 t->tms_cutime = 0; // vxWorks is lacking the concept of a child process! in times()
10 __kernel_clock_t tms_cutime; member
37 clock_t tms_cutime; /* User CPU time of dead children. */ member
976 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times()1009 tmp.tms_cutime = clock_t_to_compat_clock_t(tms.tms_cutime); in COMPAT_SYSCALL_DEFINE1()
129 compat_clock_t tms_cutime; member
6089 ‘clock_t tms_cutime’6090 This is the sum of the ‘tms_utime’ values and the ‘tms_cutime’6100 This is similar to ‘tms_cutime’, but represents the total