Searched refs:qpcnt (Results 1 – 2 of 2) sorted by relevance
40 LARGE_INTEGER qpcnt; in QueryOsForTicks() local41 QueryPerformanceCounter(&qpcnt); in QueryOsForTicks()42 result.ticks_ = qpcnt.QuadPart; in QueryOsForTicks()
146 LARGE_INTEGER qpcnt; in Now() local147 QueryPerformanceCounter(&qpcnt); in Now()148 result._ticks = qpcnt.QuadPart; in Now()