Searched refs:clock_settime (Results 1 – 9 of 9) sorted by relevance
65 zassert_equal(clock_settime(CLOCK_INVALID, &nts), -1, in test_posix_realtime()69 ret = clock_settime(CLOCK_MONOTONIC, &nts); in test_posix_realtime()72 ret = clock_settime(CLOCK_REALTIME, &nts); in test_posix_realtime()
28 res = clock_settime(CLOCK_REALTIME, &tspec); in net_init_clock_via_sntp()
92 int clock_settime(clockid_t clock_id, const struct timespec *ts);
85 int clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime() function
178 ret = clock_settime(CLOCK_REALTIME, &tp); in cmd_date_set()
166 #define clock_settime(...) zap_clock_settime(__VA_ARGS__) macro
119 * :github:`16143` - posix: clock_settime calculates the base time incorrectly318 * :github:`16143` - posix: clock_settime calculates the base time incorrectly
1106 * :github:`16143` - posix: clock_settime calculates the base time incorrectly
332 * :github:`23419` - posix: clock: No thread safety clock_getime / clock_settime