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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntinrval.c48 #define QueryPerformanceCounter(x) FALSE macro
95 * to only 100000 ticks per second; QueryPerformanceCounter is too high
99 (void)QueryPerformanceCounter(&count);
H A Dw32rng.c51 if (!QueryPerformanceCounter(&liCount))
/vbox/src/VBox/ValidationKit/utils/nt/
H A Dnttimesources.cpp170 if (!QueryPerformanceCounter(&PrfStart))
172 RTTestFailed(hTest, "QueryPerformanceCounter failed (%u)", GetLastError());
192 if (!QueryPerformanceCounter(&PrfEnd))
194 RTTestFailed(hTest, "QueryPerformanceCounter failed (%u)", GetLastError());
228 RTTestPrintf(hTest, RTTESTLVL_ALWAYS, " %9llu / %7lld us - QueryPerformanceCounter\n", u64MicroSecPrf, off);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Drand.c56 QueryPerformanceCounter( &counter );
H A Dtimer.c36 QueryPerformanceCounter( &t->performance_counter );
/vbox/src/VBox/Runtime/r3/win/
H A Dtime-win.cpp98 if (QueryPerformanceCounter(&ll))
/vbox/src/libs/zlib-1.2.6/contrib/testzlib/
H A Dtestzlib.c86 if ((!fComputeTimeQueryPerf) || (!QueryPerformanceCounter(pbeginTime64)))
99 if ((!fComputeTimeQueryPerf) || (!QueryPerformanceCounter(&endTime64)))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h2238 WINBASEAPI BOOL WINAPI QueryPerformanceCounter(LARGE_INTEGER*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3690 * QueryPerformanceCounter. */
3692 if (!QueryPerformanceCounter(&counter) || !QueryPerformanceFrequency(&freq_per_sec))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h2003 WINBASEAPI BOOL WINAPI QueryPerformanceCounter(LARGE_INTEGER*);

Completed in 99 milliseconds