Searched refs:__clock_settime (Results 1 – 3 of 3) sorted by relevance
25 __clock_settime (clockid_t clock_id, const struct timespec *tp) in __clock_settime() function30 libc_hidden_def (__clock_settime)32 versioned_symbol (libc, __clock_settime, clock_settime, GLIBC_2_17);36 compat_symbol (libc, __clock_settime, clock_settime, GLIBC_2_2);
34 return __clock_settime (CLOCK_REALTIME, &ts); in __stime()
39 return __clock_settime (CLOCK_REALTIME, &ts); in __settimeofday()
Completed in 4 milliseconds