Changeset 2550 in vbox for trunk/include
- Timestamp:
- May 9, 2007 12:04:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/tm.h
r2464 r2550 145 145 * @returns The timestamp. 146 146 * @param pVM VM handle. 147 * @param fCheckTimers Check timers or not 148 * @thread EMT. 149 */ 150 TMDECL(uint64_t) TMVirtualSyncGetEx(PVM pVM, bool fCheckTimers); 151 152 /** 153 * Gets the current TMCLOCK_VIRTUAL_SYNC time. 154 * 155 * @returns The timestamp. 156 * @param pVM VM handle. 147 157 * @thread EMT. 148 158 */
Note:
See TracChangeset
for help on using the changeset viewer.