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

/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c500 static clockid_t uclockid; local in function:GetTimeInMicros
502 if (!uclockid) {
504 uclockid = CLOCK_MONOTONIC;
506 uclockid = ~0L;
508 if (uclockid != ~0L && clock_gettime(uclockid, &tp) == 0)

Completed in 4 milliseconds