Searched refs:RTTimeSystemNanoTS (Results 1 - 25 of 54) sorted by relevance

123

/vbox/src/VBox/Runtime/common/time/
H A Dtimesysalias.cpp42 return RTTimeSystemNanoTS();
H A Dtimesup.cpp136 return RTTimeSystemNanoTS();
158 return RTTimeSystemNanoTS();
293 return RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r3/os2/
H A Dtime-os2.cpp43 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/testcase/
H A DtstTime-4.cpp46 * Check that RTTimeSystemNanoTS doesn't go backwards and
49 RTTimeSystemNanoTS(); RTTimeNanoTS(); RTThreadYield(); /* warmup */
50 const uint64_t SysStartTS = RTTimeSystemNanoTS();
55 SysPrevTS = RTTimeSystemNanoTS();
H A DtstTime-2.cpp50 RTTimeSystemNanoTS(); RTTimeNanoTS(); RTThreadYield();
52 uint64_t u64OSStartTS = RTTimeSystemNanoTS();
59 uint64_t u64OSElapsedTS = RTTimeSystemNanoTS();
H A DtstRTTime.cpp54 RTTimeSystemNanoTS(); RTTimeNanoTS(); RTThreadYield();
56 uint64_t u64OSStartTS = RTTimeSystemNanoTS();
89 RTTimeSystemNanoTS(); RTTimeNanoTS(); RTThreadYield();
91 uint64_t u64OSElapsedTS = RTTimeSystemNanoTS();
H A DtstRTR0Timer.cpp150 g_aOmniLatency[iCpu].aSamples[iSample].uNanoTs = RTTimeSystemNanoTS();
178 paStates[iCpu].u64Last = RTTimeSystemNanoTS();
202 pState->aShotNsTSes[iShot - 1] = RTTimeSystemNanoTS();
232 pState->aShotNsTSes[iShot] = RTTimeSystemNanoTS();
284 pState->aShotNsTSes[iShot - 1] = RTTimeSystemNanoTS();
308 pState->aShotNsTSes[iShot - 1] = RTTimeSystemNanoTS();
333 pState->aShotNsTSes[iShot - 1] = RTTimeSystemNanoTS();
587 uint64_t cNsElapsed = RTTimeSystemNanoTS();
590 cNsElapsed = RTTimeSystemNanoTS() - cNsElapsed;
627 uint64_t uStartNsTS = RTTimeSystemNanoTS();
[all...]
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtime-r0drv-freebsd.c56 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
H A Dsleepqueue-r0drv-freebsd.h130 u64Now = RTTimeSystemNanoTS();
138 u64Now = RTTimeSystemNanoTS();
232 uint64_t u64Now = RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dtime-r0drv-haiku.c63 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtime-r0drv-solaris.c49 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
H A Dtimer-r0drv-solaris.c239 pTimer->u.Single.nsNextTick = RTTimeSystemNanoTS() + ASMAtomicUoReadU64(&pTimer->cNsInterval);
300 pTimer->u.Omni.aPerCpu[iCpu].nsNextTick = RTTimeSystemNanoTS() + ASMAtomicUoReadU64(&pTimer->cNsInterval);
343 uint64_t u64Now = RTTimeSystemNanoTS();
500 pTimer->u.Omni.u64When = RTTimeSystemNanoTS() + (u64First ? u64First : pTimer->cNsInterval);
537 FireTime.cyt_when = RTTimeSystemNanoTS() + u64First;
539 FireTime.cyt_when = RTTimeSystemNanoTS() + u64First + RT_NS_1HOUR;
550 cyclic_reprogram(pTimer->hCyclicId, RTTimeSystemNanoTS() + u64First);
621 pTimer->u.Single.nsNextTick = RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r3/haiku/
H A Dtime-haiku.cpp58 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dtime-posix.cpp71 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/os2/
H A DrtSemWaitOs2ConvertTimeout.cpp84 uint64_t u64Now = RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dtime-r0drv-darwin.cpp74 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtime-r0drv-os2.cpp54 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtime-r0drv-linux.c156 RTDECL(uint64_t) RTTimeSystemNanoTS(void)
160 RT_EXPORT_SYMBOL(RTTimeSystemNanoTS); variable
H A Dwaitqueue-r0drv-linux.h116 u64Now = RTTimeSystemNanoTS();
124 u64Now = RTTimeSystemNanoTS();
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllNetShaper.cpp53 uint64_t tsNow = RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtime-r0drv-nt.cpp97 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/r3/darwin/
H A Dtime-darwin.cpp96 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dtime-linux.cpp142 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
H A Dsemeventmulti-linux.cpp289 u64Deadline = RTTimeSystemNanoTS() + uTimeout;
292 uint64_t u64Now = RTTimeSystemNanoTS();
330 int64_t i64Diff = u64Deadline - RTTimeSystemNanoTS();
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem.cpp309 uint64_t u64StartSys = RTTimeSystemNanoTS();
312 uint64_t cNsElapsedSys = RTTimeSystemNanoTS() - u64StartSys;
363 uint64_t u64StartSys = RTTimeSystemNanoTS();
366 uint64_t cNsElapsedSys = RTTimeSystemNanoTS() - u64StartSys;
425 uint64_t u64StartSys = RTTimeSystemNanoTS();
428 uint64_t cNsElapsedSys = RTTimeSystemNanoTS() - u64StartSys;
480 uint64_t u64StartSys = RTTimeSystemNanoTS();
483 uint64_t cNsElapsedSys = RTTimeSystemNanoTS() - u64StartSys;
535 uint64_t u64StartSys = RTTimeSystemNanoTS();
539 uint64_t cNsElapsedSys = RTTimeSystemNanoTS()
[all...]

Completed in 111 milliseconds

123