Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c488 static clockid_t uclockid; in GetTimeInMicros() local
490 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()