Searched refs:clock_settime (Results 1 – 8 of 8) sorted by relevance
83 FUNCTION(clock_settime, int (*f)(clockid_t, const struct timespec*)); in time_h()
383 int clock_settime(clockid_t __clock, const struct timespec* _Nonnull __ts);
35 int clock_settime(clockid_t, const struct timespec*) all
232 int clock_settime(clockid_t, const struct timespec*) all
276 clock_settime;
1091 TEST(time, clock_settime) { in TEST() argument1094 ASSERT_EQ(-1, clock_settime(-1, &ts)); in TEST()
117 clock_settime