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

/xsrc/external/mit/ico/dist/
H A Dico.c299 msleep(unsigned int msecs) argument
303 timeout.tv_sec = msecs / 1000; timeout.tv_usec = (msecs % 1000) * 1000;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c2022 long msecs; local in function:DRISpinLockTimeout
2032 msecs = DRIComputeMilliSeconds(s_secs, s_usecs, f_secs, f_usecs);
2033 if (msecs - prev < 250)
2035 } while (msecs < timeout);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c2000 long msecs; local in function:DRISpinLockTimeout
2009 msecs = DRIComputeMilliSeconds(s_secs, s_usecs, f_secs, f_usecs);
2010 if (msecs - prev < 250) count *= 2; /* Not more than 0.5S */
2011 } while (msecs < timeout);

Completed in 9 milliseconds