Searched defs:clockId (Results 1 – 2 of 2) sorted by relevance
40 int timer_create(clockid_t clockId, struct sigevent * restrict evp, timer_t * restrict timerId) in timer_create()336 int clock_getres(clockid_t clockId, struct timespec *tp) in clock_getres()364 int clock_settime(clockid_t clockId, const struct timespec *tp) in clock_settime()390 int clock_gettime(clockid_t clockId, struct timespec *tp) in clock_gettime()
115 STATIC INLINE INT32 OsGetTickTimeFromNow(const struct timespec *ts, clockid_t clockId, UINT64 *absT… in OsGetTickTimeFromNow()