Searched refs:posix_clock (Results 1 – 1 of 1) sorted by relevance
88 static clockid_t posix_clock; in get_monotonic() local92 posix_clock = CLOCK_MONOTONIC; in get_monotonic()98 if (clock_gettime(posix_clock, &ts) == 0) { in get_monotonic()