Searched refs:tms (Results 1 – 4 of 4) sorted by relevance
34 TYPE(struct tms); in sys_times_h()35 STRUCT_MEMBER(struct tms, clock_t, tms_utime); in sys_times_h()36 STRUCT_MEMBER(struct tms, clock_t, tms_stime); in sys_times_h()37 STRUCT_MEMBER(struct tms, clock_t, tms_cutime); in sys_times_h()38 STRUCT_MEMBER(struct tms, clock_t, tms_cstime); in sys_times_h()42 FUNCTION(times, clock_t (*f)(struct tms*)); in sys_times_h()
49 clock_t times(struct tms* __buf);
22 struct tms { struct
218 clock_t times(struct tms*) all