Searched refs:uclockid (Results 1 – 1 of 1) sorted by relevance
488 static clockid_t uclockid; in GetTimeInMicros() local490 if (!uclockid) { in GetTimeInMicros()492 uclockid = CLOCK_MONOTONIC; in GetTimeInMicros()494 uclockid = ~0L; in GetTimeInMicros()496 if (uclockid != ~0L && clock_gettime(uclockid, &tp) == 0) in GetTimeInMicros()