Searched refs:clock_settime (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-4.2.1/tests/posix/timers/src/ |
| D | clock.c | 70 zassert_equal(clock_settime(CLOCK_INVALID, &ts), -1); in ZTEST() 76 zassert_equal(clock_settime(CLOCK_REALTIME, NULL), -1); in ZTEST() 83 zassert_equal(clock_settime(CLOCK_REALTIME, &ts), -1); in ZTEST() 87 zassert_equal(clock_settime(CLOCK_REALTIME, &ts), -1); in ZTEST() 94 zassert_equal(clock_settime(clocks[i], &ts), -1); in ZTEST() 99 zassert_ok(clock_settime(clocks[i], &ref_ts)); in ZTEST()
|
| /Zephyr-4.2.1/lib/posix/options/ |
| D | clock.c | 59 int clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime() function
|
| D | Kconfig.timer | 10 clock_settime(), nanosleep(), timer_create(), timer_delete(), timer_getoverrun(),
|
| /Zephyr-4.2.1/include/zephyr/posix/ |
| D | posix_time.h | 135 int clock_settime(clockid_t clock_id, const struct timespec *ts);
|
| /Zephyr-4.2.1/samples/net/ocpp/src/ |
| D | main.c | 101 clock_settime(CLOCK_REALTIME, &tv); in ocpp_get_time_from_sntp()
|
| /Zephyr-4.2.1/doc/services/portability/posix/option_groups/ |
| D | index.rst | 684 clock_settime(),yes
|
| /Zephyr-4.2.1/doc/releases/ |
| D | release-notes-1.14.rst | 119 * :github:`16143` - posix: clock_settime calculates the base time incorrectly 318 * :github:`16143` - posix: clock_settime calculates the base time incorrectly
|
| D | release-notes-2.0.rst | 1106 * :github:`16143` - posix: clock_settime calculates the base time incorrectly
|