Searched refs:libc_clock_settime (Results 1 – 3 of 3) sorted by relevance
244 if let Some(libc_clock_settime) = __clock_settime64.get() { in clock_settime()249 return ret(libc_clock_settime(id as c::clockid_t, &new_timespec)); in clock_settime()
28 …{ .clock_gettime = libc_clock_gettime, .clock_settime = libc_clock_settime, .ts_type = TST_LIBC_TI…
236 static inline int libc_clock_settime(clockid_t clk_id, void *ts) in libc_clock_settime() function