Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/newlib/
Dtime.c148 clock_t IRAM_ATTR _times_r(struct _reent *r, struct tms *ptms) in _times_r() argument
151 ptms->tms_cstime = 0; in _times_r()
152 ptms->tms_cutime = 0; in _times_r()
153 ptms->tms_stime = t; in _times_r()
154 ptms->tms_utime = 0; in _times_r()