Searched refs:clock_t (Results 1 – 3 of 3) sorted by relevance
14 typedef int clock_t; typedef17 clock_t tms_utime;18 clock_t tms_stime;19 clock_t tms_cutime;20 clock_t tms_cstime;
98 __weak clock_t times(struct tms *tms) { in times()100 tms->tms_utime = (clock_t)(to_us_since_boot(get_absolute_time()) * (CLOCKS_PER_SEC / 1000000)); in times()102 tms->tms_utime = (clock_t)(to_us_since_boot(get_absolute_time()) / (1000000 / CLOCKS_PER_SEC)); in times()
98 tms->tms_utime = (clock_t)(to_us_since_boot(get_absolute_time()) * (CLOCKS_PER_SEC / 1000000)); in _times()100 tms->tms_utime = (clock_t)(to_us_since_boot(get_absolute_time()) / (1000000 / CLOCKS_PER_SEC)); in _times()