Searched refs:tNow (Results 1 – 1 of 1) sorted by relevance
715 OSTime tNow; in DEMOGfxWaitForSwap() local751 tNow = OSGetSystemTime(); in DEMOGfxWaitForSwap()752 if (period > (tNow - tLastFlip)) in DEMOGfxWaitForSwap()754 OSSleepTicks(period - (tNow - tLastFlip)); in DEMOGfxWaitForSwap()