Searched refs:CLOCK_MONOTONIC (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-2.7.6/tests/posix/common/src/ |
D | clock.c | 26 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()
|
D | timer.c | 39 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()
|
D | mqueue.c | 33 clock_gettime(CLOCK_MONOTONIC, &curtime); in sender_thread() 52 clock_gettime(CLOCK_MONOTONIC, &curtime); in receiver_thread()
|
/Zephyr-Core-2.7.6/include/posix/ |
D | time.h | 72 #ifndef CLOCK_MONOTONIC 73 #define CLOCK_MONOTONIC 4 macro
|
/Zephyr-Core-2.7.6/lib/posix/ |
D | pthread_common.c | 22 clock_gettime(CLOCK_MONOTONIC, &curtime); in timespec_to_timeoutms()
|
D | clock.c | 34 case CLOCK_MONOTONIC: in z_impl_clock_gettime()
|
D | timer.c | 54 if (clockid != CLOCK_MONOTONIC || evp == NULL || in timer_create()
|
/Zephyr-Core-2.7.6/boards/posix/native_posix/ |
D | timer_model.c | 137 clock_gettime(CLOCK_MONOTONIC, tv); in host_clock_gettime()
|
/Zephyr-Core-2.7.6/doc/reference/misc/ |
D | timeutil.rst | 12 equivalent to this counter is something like ``CLOCK_MONOTONIC`` or, in Linux,
|