Home
last modified time | relevance | path

Searched defs:clock_id (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/newlib/
Dtime.c226 int clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime()
251 int clock_gettime (clockid_t clock_id, struct timespec *tp) in clock_gettime()
282 int clock_getres (clockid_t clock_id, struct timespec *res) in clock_getres()
Dpthread.c6 int pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock_id) in pthread_condattr_setclock()