Changeset 1180 in vbox
- Timestamp:
- Mar 4, 2007 6:43:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/tm.h
r1057 r1180 48 48 * as an offset to real time. */ 49 49 TMCLOCK_VIRTUAL, 50 #if 151 50 /** Virtual guest synchronized timer time. 52 51 * This is a special clock and timer queue for synchronizing virtual timers and … … 55 54 * it will try speed up to close the distance. */ 56 55 TMCLOCK_VIRTUAL_SYNC, 57 #endif58 56 /** Virtual CPU timestamp. (Running only when we're executing guest code.) */ 59 57 TMCLOCK_TSC, … … 201 199 /** 202 200 * Gets the current warp drive percent. 203 * 201 * 204 202 * @returns The warp drive percent. 205 203 * @param pVM The VM handle. … … 209 207 /** 210 208 * Sets the warp drive percent of the virtual time. 211 * 209 * 212 210 * @returns VBox status code. 213 211 * @param pVM The VM handle.
Note:
See TracChangeset
for help on using the changeset viewer.