Searched refs:OT_POSIX_CLOCK_ID (Results 1 – 1 of 1) sorted by relevance
74 #define OT_POSIX_CLOCK_ID CLOCK_MONOTONIC_RAW macro76 #define OT_POSIX_CLOCK_ID CLOCK_MONOTONIC macro84 VerifyOrDie(clock_gettime(OT_POSIX_CLOCK_ID, &now) == 0, OT_EXIT_FAILURE); in otPlatTimeGet()