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

/vbox/src/VBox/Runtime/testcase/
H A DtstTime-2.cpp78 RTPrintf("tstTime-2: RTTimeDbgRaces -> %u (%d ppt)\n", RTTimeDbgRaces(), ((uint64_t)RTTimeDbgRaces() * 1000) / NUMBER_OF_CALLS);
H A DtstRTTime.cpp115 RTTestValue(hTest, "RTTimeDbgRaces", RTTimeDbgRaces(), RTTESTUNIT_OCCURRENCES);
116 RTTestValue(hTest, "RTTimeDbgRaces pp", ((uint64_t)RTTimeDbgRaces() * 1000) / i, RTTESTUNIT_PP1K);
/vbox/src/VBox/Runtime/common/time/
H A Dtimesup.cpp364 RTDECL(uint32_t) RTTimeDbgRaces(void) function
368 RT_EXPORT_SYMBOL(RTTimeDbgRaces); variable
/vbox/include/iprt/
H A Dtime.h826 RTDECL(uint32_t) RTTimeDbgRaces(void);
H A Dmangling.h1725 # define RTTimeDbgRaces RT_MANGLER(RTTimeDbgRaces) macro

Completed in 90 milliseconds