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

/vbox/src/VBox/Runtime/common/time/
H A Dtimesup.cpp53 static DECLCALLBACK(uint64_t) rtTimeNanoTSInternalRediscover(PRTTIMENANOTSDATA pData);
70 /* .pfnRediscover = */ rtTimeNanoTSInternalRediscover,
84 rtTimeNanoTSInternalRediscover,
109 static PFNTIMENANOTSINTERNAL g_pfnWorker = rtTimeNanoTSInternalRediscover;
155 return rtTimeNanoTSInternalRediscover(pData);
170 static DECLCALLBACK(uint64_t) rtTimeNanoTSInternalRediscover(PRTTIMENANOTSDATA pData) function

Completed in 42 milliseconds