Home
last modified time | relevance | path

Searched refs:GetTickCount (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dutil.hpp60 #ifdef GetTickCount
61 #undef GetTickCount
63 #define GetTickCount GetTickCount64 macro
H A Dutil.cpp83 return GetTickCount(); in gettimer()
/oneTBB/examples/common/gui/
H A Dwinvideo.hpp215 DWORD msec = GetTickCount(); in loop_once()
250 g_msec = GetTickCount(); // let's stay for 0,5 sec in main_loop()
251 while (g_msec + 500 > GetTickCount()) { in main_loop()
255 g_msec = GetTickCount(); in main_loop()
H A Dconvideo.cpp79 fps /= (GetTickCount() - g_msec) / 1000.0; in terminate()
108 g_msec = GetTickCount(); in next_frame()