Home
last modified time | relevance | path

Searched refs:clock_settime (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dclock.c65 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()
/Zephyr-Core-2.7.6/subsys/net/lib/config/
Dinit_clock_sntp.c28 res = clock_settime(CLOCK_REALTIME, &tspec); in net_init_clock_via_sntp()
/Zephyr-Core-2.7.6/include/posix/
Dtime.h92 int clock_settime(clockid_t clock_id, const struct timespec *ts);
/Zephyr-Core-2.7.6/lib/posix/
Dclock.c85 int clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime() function
/Zephyr-Core-2.7.6/subsys/shell/modules/
Ddate_service.c178 ret = clock_settime(CLOCK_REALTIME, &tp); in cmd_date_set()
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h166 #define clock_settime(...) zap_clock_settime(__VA_ARGS__) macro
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.14.rst119 * :github:`16143` - posix: clock_settime calculates the base time incorrectly
318 * :github:`16143` - posix: clock_settime calculates the base time incorrectly
Drelease-notes-2.0.rst1106 * :github:`16143` - posix: clock_settime calculates the base time incorrectly
Drelease-notes-2.7.rst332 * :github:`23419` - posix: clock: No thread safety clock_getime / clock_settime