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

/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp2158 * @param cMicrosToNext Number of microseconds to the next tick.
2160 VMMDECL(int) TMTimerSetMicro(PTMTIMER pTimer, uint64_t cMicrosToNext) argument
2166 return TMTimerSetRelative(pTimer, cMicrosToNext * 1000, NULL);
2170 return TMTimerSetRelative(pTimer, cMicrosToNext * 1000, NULL);
2174 return TMTimerSetRelative(pTimer, cMicrosToNext / 1000, NULL);

Completed in 38 milliseconds