Changeset 41777 in vbox for trunk/src/VBox/VMM/VMMAll/TMAll.cpp
- Timestamp:
- Jun 16, 2012 6:49:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAll.cpp
r40274 r41777 648 648 * 649 649 * @returns See tmTimerPollInternal. 650 * @param pVM Pointer to the shared VM structure.650 * @param pVM Pointer to the VM. 651 651 * @param u64Now Current virtual clock timestamp. 652 652 * @param u64Delta The delta to the next even in ticks of the … … 695 695 * 696 696 * @returns See tmTimerPollInternal. 697 * @param pVM Pointer to the shared VM structure.697 * @param pVM Pointer to the VM. 698 698 * @param u64Now Current virtual clock timestamp. 699 699 * @param pu64Delta Where to return the delta. … … 711 711 * 712 712 * @returns See tmTimerPollInternal. 713 * @param pVM Pointer to the shared VM structure.713 * @param pVM Pointer to the VM. 714 714 * @param pVCpu Pointer to the shared VMCPU structure of the 715 715 * caller. … … 738 738 * 0 if the next event has already expired. 739 739 * 740 * @param pVM Pointer to the shared VM structure.740 * @param pVM Pointer to the VM. 741 741 * @param pVCpu Pointer to the shared VMCPU structure of the caller. 742 742 * @param pu64Delta Where to store the delta. … … 953 953 * @returns true if timers are pending, false if not. 954 954 * 955 * @param pVM Pointer to the shared VM structure.955 * @param pVM Pointer to the VM. 956 956 * @param pVCpu Pointer to the shared VMCPU structure of the caller. 957 957 * @thread The emulation thread. … … 971 971 * This function is called before FFs are checked in the inner execution EM loops. 972 972 * 973 * @param pVM Pointer to the shared VM structure.973 * @param pVM Pointer to the VM. 974 974 * @param pVCpu Pointer to the shared VMCPU structure of the caller. 975 975 * @thread The emulation thread. … … 989 989 * @returns The GIP timestamp of the next event. 990 990 * 0 if the next event has already expired. 991 * @param pVM Pointer to the shared VM structure.991 * @param pVM Pointer to the VM. 992 992 * @param pVCpu Pointer to the shared VMCPU structure of the caller. 993 993 * @param pu64Delta Where to store the delta.
Note:
See TracChangeset
for help on using the changeset viewer.