Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dalarm.cpp74 #define OT_POSIX_CLOCK_ID CLOCK_MONOTONIC_RAW macro
76 #define OT_POSIX_CLOCK_ID CLOCK_MONOTONIC macro
84 VerifyOrDie(clock_gettime(OT_POSIX_CLOCK_ID, &now) == 0, OT_EXIT_FAILURE); in otPlatTimeGet()