Changeset 54286 in vbox for trunk/include/VBox
- Timestamp:
- Feb 18, 2015 11:39:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r54270 r54286 1532 1532 * @param cRetries Number of times to retry failed delta 1533 1533 * measurements. 1534 */ 1535 SUPR3DECL(int) SUPR3TscDeltaMeasure(RTCPUID idCpu, bool fAsync, bool fForce, uint8_t cRetries); 1534 * @param cMsWaitRetry Number of milliseconds to wait between retries. 1535 */ 1536 SUPR3DECL(int) SUPR3TscDeltaMeasure(RTCPUID idCpu, bool fAsync, bool fForce, uint8_t cRetries, uint8_t cMsWaitRetry); 1536 1537 1537 1538 /**
Note:
See TracChangeset
for help on using the changeset viewer.