Home
last modified time | relevance | path

Searched refs:clock_from_time_value (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/
Dtimes.c30 clock_from_time_value (const time_value_t *t) in clock_from_time_value() function
60 tms->tms_utime = (clock_from_time_value (&bi.user_time) in __times()
61 + clock_from_time_value (&tti.user_time)); in __times()
62 tms->tms_stime = (clock_from_time_value (&bi.system_time) in __times()
63 + clock_from_time_value (&tti.system_time)); in __times()
70 return (clock_from_time_value (&now) in __times()
71 - clock_from_time_value (&bi.creation_time)); in __times()