Searched defs:pu64Now (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp1381 * Return the current time for the specified clock, setting pu64Now if not NULL.
1386 * @param pu64Now Optional pointer where to store the return time
1388 DECL_FORCE_INLINE(uint64_t) tmTimerSetRelativeNowWorker(PVM pVM, TMCLOCK enmClock, uint64_t *pu64Now) argument
1406 if (pu64Now)
1407 *pu64Now = u64Now;
1420 * @param pu64Now Where to return the current time stamp used.
1423 static int tmTimerSetRelativeOptimizedStart(PVM pVM, PTMTIMER pTimer, uint64_t cTicksToNext, uint64_t *pu64Now) argument
1433 uint64_t const u64Expire = cTicksToNext + tmTimerSetRelativeNowWorker(pVM, enmClock, pu64Now);
1458 * @param pu64Now Where to return the current time stamp used.
1461 static int tmTimerVirtualSyncSetRelative(PVM pVM, PTMTIMER pTimer, uint64_t cTicksToNext, uint64_t *pu64Now) argument
1534 TMTimerSetRelative(PTMTIMER pTimer, uint64_t cTicksToNext, uint64_t *pu64Now) argument
[all...]

Completed in 58 milliseconds