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

/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp2188 * @param cNanosToNext Number of nanoseconds to the next tick.
2190 VMMDECL(int) TMTimerSetNano(PTMTIMER pTimer, uint64_t cNanosToNext) argument
2196 return TMTimerSetRelative(pTimer, cNanosToNext, NULL);
2200 return TMTimerSetRelative(pTimer, cNanosToNext, NULL);
2204 return TMTimerSetRelative(pTimer, cNanosToNext / 1000000, NULL);

Completed in 50 milliseconds