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

/vbox/src/VBox/VMM/VMMAll/
H A DTMAllVirtual.cpp312 * @param pcNsToDeadline Where to return the number of nano seconds to
316 DECLINLINE(uint64_t) tmVirtualSyncGetHandleCatchUpLocked(PVM pVM, uint64_t u64, uint64_t off, uint64_t *pcNsToDeadline) argument
377 if (pcNsToDeadline)
383 *pcNsToDeadline = tmVirtualVirtToNsDeadline(pVM, cNsToDeadline);
400 if (pcNsToDeadline)
401 *pcNsToDeadline = 0;
425 * @param pcNsToDeadline Where to return the number of nano seconds to
429 DECLINLINE(uint64_t) tmVirtualSyncGetLocked(PVM pVM, uint64_t u64, uint64_t *pcNsToDeadline) argument
438 if (pcNsToDeadline)
439 *pcNsToDeadline
517 tmVirtualSyncGetEx(PVM pVM, bool fCheckTimers, uint64_t *pcNsToDeadline) argument
799 TMVirtualSyncGetWithDeadlineNoCheck(PVM pVM, uint64_t *pcNsToDeadline) argument
[all...]

Completed in 62 milliseconds