Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dclock.c26 zassert_ok(clock_gettime(CLOCK_MONOTONIC, &ts), NULL); in test_posix_clock()
28 zassert_ok(clock_gettime(CLOCK_MONOTONIC, &te), NULL); in test_posix_clock()
51 ret = clock_gettime(CLOCK_MONOTONIC, &mts); in test_posix_realtime()
69 ret = clock_settime(CLOCK_MONOTONIC, &nts); in test_posix_realtime()
Dtimer.c39 ret = timer_create(CLOCK_MONOTONIC, &sig, &timerid); in test_posix_timer()
62 clock_gettime(CLOCK_MONOTONIC, &ts); in test_posix_timer()
69 clock_gettime(CLOCK_MONOTONIC, &te); in test_posix_timer()
Dmqueue.c33 clock_gettime(CLOCK_MONOTONIC, &curtime); in sender_thread()
52 clock_gettime(CLOCK_MONOTONIC, &curtime); in receiver_thread()
/Zephyr-Core-2.7.6/include/posix/
Dtime.h72 #ifndef CLOCK_MONOTONIC
73 #define CLOCK_MONOTONIC 4 macro
/Zephyr-Core-2.7.6/lib/posix/
Dpthread_common.c22 clock_gettime(CLOCK_MONOTONIC, &curtime); in timespec_to_timeoutms()
Dclock.c34 case CLOCK_MONOTONIC: in z_impl_clock_gettime()
Dtimer.c54 if (clockid != CLOCK_MONOTONIC || evp == NULL || in timer_create()
/Zephyr-Core-2.7.6/boards/posix/native_posix/
Dtimer_model.c137 clock_gettime(CLOCK_MONOTONIC, tv); in host_clock_gettime()
/Zephyr-Core-2.7.6/doc/reference/misc/
Dtimeutil.rst12 equivalent to this counter is something like ``CLOCK_MONOTONIC`` or, in Linux,