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

/vbox/src/VBox/Runtime/testcase/
H A DtstTime-2.cpp76 RTPrintf("tstTime-2: RTTimeDbgExpired -> %u (%d ppt)\n", RTTimeDbgExpired(), ((uint64_t)RTTimeDbgExpired() * 1000) / NUMBER_OF_CALLS);
H A DtstRTTime.cpp111 RTTestValue(hTest, "RTTimeDbgExpired", RTTimeDbgExpired(), RTTESTUNIT_OCCURRENCES);
112 RTTestValue(hTest, "RTTimeDbgExpired pp", ((uint64_t)RTTimeDbgExpired() * 1000) / i, RTTESTUNIT_PP1K);
/vbox/src/VBox/Runtime/common/time/
H A Dtimesup.cpp340 RTDECL(uint32_t) RTTimeDbgExpired(void) function
344 RT_EXPORT_SYMBOL(RTTimeDbgExpired); variable
/vbox/include/iprt/
H A Dtime.h812 RTDECL(uint32_t) RTTimeDbgExpired(void);
H A Dmangling.h1724 # define RTTimeDbgExpired RT_MANGLER(RTTimeDbgExpired) macro

Completed in 80 milliseconds