Searched refs:libc_clock_getres (Results 1 – 3 of 3) sorted by relevance
45 …{ .func = libc_clock_getres, .type = TST_LIBC_TIMESPEC, .spec = &tspec, .desc = "vDSO or syscall w…46 …{ .func = libc_clock_getres, .type = TST_LIBC_TIMESPEC, .spec = &nspec, .desc = "vDSO or syscall w…
58 if let Some(libc_clock_getres) = __clock_getres64.get() { in clock_getres()59 ret(libc_clock_getres(id as c::clockid_t, timespec.as_mut_ptr())).unwrap(); in clock_getres()
197 static inline int libc_clock_getres(clockid_t clk_id, void *ts) in libc_clock_getres() function