Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/newlib/
Dtime.c160 clock_t IRAM_ATTR _times_r(struct _reent *r, struct tms *ptms) in _times_r() argument
163 ptms->tms_cstime = 0; in _times_r()
164 ptms->tms_cutime = 0; in _times_r()
165 ptms->tms_stime = t; in _times_r()
166 ptms->tms_utime = 0; in _times_r()