Home
last modified time | relevance | path

Searched refs:__clock_settime (Results 1 – 3 of 3) sorted by relevance

/time/
A Dclock_settime.c25 __clock_settime (clockid_t clock_id, const struct timespec *tp) in __clock_settime() function
30 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);
A Dstime.c34 return __clock_settime (CLOCK_REALTIME, &ts); in __stime()
A Dsettimeofday.c39 return __clock_settime (CLOCK_REALTIME, &ts); in __settimeofday()

Completed in 4 milliseconds