Changeset 33540 in vbox for trunk/src/VBox/VMM/VMMAll/TMAll.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAll.cpp
r32796 r33540 406 406 407 407 /** 408 * Worker for tmTimerPollInternal that handles misses when the de cidatetimer408 * Worker for tmTimerPollInternal that handles misses when the dedicated timer 409 409 * EMT is polling. 410 410 * … … 550 550 /* 551 551 * Check for TMCLOCK_VIRTUAL_SYNC expiration. 552 * This isn't quite as str ight forward if in a catch-up, not only do552 * This isn't quite as straight forward if in a catch-up, not only do 553 553 * we have to adjust the 'now' but when have to adjust the delta as well. 554 554 */ … … 1191 1191 * being run. 1192 1192 * (99.9% sure this that the assertion is caused by DevAPIC.cpp 1193 * re-starting the timer in respons to a initial_count write.) */1193 * re-starting the timer in response to a initial_count write.) */ 1194 1194 } 1195 1195 /* fall thru */ … … 1337 1337 * @returns VBox status. 1338 1338 * @param pTimer Timer handle as returned by one of the create functions. 1339 * @param cMilliesToNext Number of milli eseconds to the next tick.1339 * @param cMilliesToNext Number of milliseconds to the next tick. 1340 1340 */ 1341 1341 VMMDECL(int) TMTimerSetMillies(PTMTIMER pTimer, uint32_t cMilliesToNext) … … 1596 1596 1597 1597 /** 1598 * Get the freq ency of the timer clock.1598 * Get the frequency of the timer clock. 1599 1599 * 1600 1600 * @returns Clock frequency (as Hz of course). … … 1661 1661 * @param pTimer Timer handle as returned by one of the create functions. 1662 1662 * @param u64Ticks The clock ticks. 1663 * @remark There could be rounding errors here. We just do a simple integer edivide1663 * @remark There could be rounding errors here. We just do a simple integer divide 1664 1664 * without any adjustments. 1665 1665 */ … … 1690 1690 * @param pTimer Timer handle as returned by one of the create functions. 1691 1691 * @param u64Ticks The clock ticks. 1692 * @remark There could be rounding errors here. We just do a simple integer edivide1692 * @remark There could be rounding errors here. We just do a simple integer divide 1693 1693 * without any adjustments. 1694 1694 */ … … 1719 1719 * @param pTimer Timer handle as returned by one of the create functions. 1720 1720 * @param u64Ticks The clock ticks. 1721 * @remark There could be rounding errors here. We just do a simple integer edivide1721 * @remark There could be rounding errors here. We just do a simple integer divide 1722 1722 * without any adjustments. 1723 1723 */
Note:
See TracChangeset
for help on using the changeset viewer.