Searched refs:RTTimeSystemNanoTS (Results 26 - 50 of 54) sorted by relevance

123

/vbox/src/VBox/Runtime/r3/nt/
H A Dtime-nt.cpp152 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/r3/win/
H A Dtime-win.cpp143 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSemEventMulti.cpp111 RTTimeSystemNanoTS() + 1000*i),
142 RTTimeSystemNanoTS() + 1000*i),
H A DtstRTR0ThreadPreemption.cpp228 uint64_t u64StartSysTS = RTTimeSystemNanoTS();
237 cNanosSysElapsed = RTTimeSystemNanoTS() - u64StartSysTS;
H A DtstTSC.cpp379 uint64_t uNanoTS = RTTimeSystemNanoTS();
382 uNanoTS = RTTimeSystemNanoTS() - uNanoTS;
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemevent-r0drv-darwin.cpp274 u64Now = RTTimeSystemNanoTS();
283 u64Now = RTTimeSystemNanoTS();
H A Dsemeventmulti-r0drv-darwin.cpp294 u64Now = RTTimeSystemNanoTS();
303 u64Now = RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemeventwait-r0drv-solaris.h126 u64Now = RTTimeSystemNanoTS();
134 u64Now = RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemevent-linux.cpp271 u64End = RTTimeSystemNanoTS() + cMillies * UINT64_C(1000000);
337 int64_t i64Diff = u64End - RTTimeSystemNanoTS();
H A Dsemmutex-linux.cpp249 u64End = RTTimeSystemNanoTS() + cMillies * UINT64_C(1000000);
317 int64_t i64Diff = u64End - RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c192 /** The current time (RTTimeSystemNanoTS). */
283 * ASSUMES RTTimeSystemNanoTS() is implemented using ktime_get_ts().
297 * ASSUMES RTTimeSystemNanoTS() is implemented using ktime_get_ts().
332 * @param u64Now The current timestamp (RTTimeSystemNanoTS()).
762 pSubTimer->u.Std.u64NextTS = RTTimeSystemNanoTS();
781 const uint64_t u64NanoTS = RTTimeSystemNanoTS();
845 u64NanoTS = RTTimeSystemNanoTS();
942 pArgs->u64Now = RTTimeSystemNanoTS();
1112 Args.u64Now = RTTimeSystemNanoTS();
1211 Args.u64Now = RTTimeSystemNanoTS();
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp498 u64NanoTS = RTTimeSystemNanoTS() - pGipR0->u32UpdateIntervalNS;
771 * Don't bother spinning until RTTimeSystemNanoTS changes, since on
777 nsNow = RTTimeSystemNanoTS();
922 u64NanoTS = RTTimeSystemNanoTS();
923 while (RTTimeSystemNanoTS() == u64NanoTS)
928 pDevExt->nsStartInvarTscRefine = RTTimeSystemNanoTS();
993 *pnsStop = RTTimeSystemNanoTS();
1033 nsStart = RTTimeSystemNanoTS();
1034 while (RTTimeSystemNanoTS() == nsStart)
1042 nsStart = RTTimeSystemNanoTS();
[all...]
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemevent-r0drv-nt.cpp197 uint64_t u64Now = RTTimeSystemNanoTS();
H A Dsemeventmulti-r0drv-nt.cpp220 uint64_t u64Now = RTTimeSystemNanoTS();
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemeventmulti-posix.cpp131 /* ASSUMES RTTimeSystemNanoTS() == RTTimeNanoTS() == clock_gettime(CLOCK_MONOTONIC). */
471 uint64_t u64Now = RTTimeSystemNanoTS();
511 /* ASSUMES RTTimeSystemNanoTS() == RTTimeNanoTS() == clock_gettime(CLOCK_MONOTONIC). */
513 uAbsTimeout += RTTimeSystemNanoTS();
H A Dfileaio-posix.cpp1027 TimeDiff = RTTimeSystemNanoTS() - StartNanoTS;
/vbox/include/iprt/
H A Dtime.h982 RTDECL(uint64_t) RTTimeSystemNanoTS(void);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMNetShaper.cpp174 pBwGroup->tsUpdatedLast = RTTimeSystemNanoTS();
H A DPDMAsyncCompletion.cpp675 pBwMgr->tsUpdatedLast = RTTimeSystemNanoTS();
738 uint64_t tsNow = RTTimeSystemNanoTS();
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp1022 uint64_t uNanoNow = RTTimeSystemNanoTS();
1046 *puLockNanoTS = RTTimeSystemNanoTS();
1240 uint64_t uLockNanoTS = RTTimeSystemNanoTS();
1282 uLockNanoTS = RTTimeSystemNanoTS();
1329 uLockNanoTS = RTTimeSystemNanoTS();
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp133 uint64_t StartNanoTS = RTTimeSystemNanoTS();
142 CurNanoTS = RTTimeSystemNanoTS();
1404 uint64_t NanoTS = RTTimeSystemNanoTS();
H A DVBoxNetFltM-win.cpp134 uint64_t NanoTS = RTTimeSystemNanoTS();
H A DVBoxNetFltP-win.cpp190 uint64_t NanoTS = RTTimeSystemNanoTS();
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp5387 uint64_t StartTS = RTTimeSystemNanoTS();
5392 pNetwork->szName, RTTimeSystemNanoTS() - StartTS, rc));
5395 && RTTimeSystemNanoTS() - StartTS < UINT64_C(30000000000)) /* 30 sec */
5400 pNetwork->szName, RTTimeSystemNanoTS() - StartTS, rc));
5402 && RTTimeSystemNanoTS() - StartTS < UINT64_C(360000000000)) /* 360 sec */
5407 pNetwork->szName, RTTimeSystemNanoTS() - StartTS, rc));
/vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/
H A DVBoxNetFlt-darwin.cpp720 uint64_t NanoTS = RTTimeSystemNanoTS();

Completed in 260 milliseconds

123