Searched refs:tNow (Results 1 – 1 of 1) sorted by relevance
742 OSTime tNow; in DEMOGfxWaitForSwap() local778 tNow = OSGetSystemTime(); in DEMOGfxWaitForSwap()779 if (period > (tNow - tLastFlip)) in DEMOGfxWaitForSwap()781 OSSleepTicks(period - (tNow - tLastFlip)); in DEMOGfxWaitForSwap()