Changeset 87770 in vbox for trunk/src/VBox/VMM/VMMR3/TM.cpp
- Timestamp:
- Feb 16, 2021 5:46:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TM.cpp
r87767 r87770 1762 1762 * 1763 1763 * @returns VBox status code. 1764 * @param pVM The cross context VM structure. 1764 1765 * @param pTimer Timer handle as returned by one of the create functions. 1765 1766 */ … … 2907 2908 * @retval VERR_INVALID_STATE if the timer isn't stopped. 2908 2909 * 2909 * @param pTimer The timer handle. 2910 * @param pVM The cross context VM structure. 2911 * @param hTimer The timer handle. 2910 2912 * @param pCritSect The critical section. The caller must make sure this 2911 2913 * is around for the life time of the timer.
Note:
See TracChangeset
for help on using the changeset viewer.