VirtualBox

Ignore:
Timestamp:
Jun 16, 2012 6:49:15 PM (12 years ago)
Author:
vboxsync
Message:

Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r40274 r41777  
    648648 *
    649649 * @returns See tmTimerPollInternal.
    650  * @param   pVM                 Pointer to the shared VM structure.
     650 * @param   pVM                 Pointer to the VM.
    651651 * @param   u64Now              Current virtual clock timestamp.
    652652 * @param   u64Delta            The delta to the next even in ticks of the
     
    695695 *
    696696 * @returns See tmTimerPollInternal.
    697  * @param   pVM                 Pointer to the shared VM structure.
     697 * @param   pVM                 Pointer to the VM.
    698698 * @param   u64Now              Current virtual clock timestamp.
    699699 * @param   pu64Delta           Where to return the delta.
     
    711711 *
    712712 * @returns See tmTimerPollInternal.
    713  * @param   pVM                 Pointer to the shared VM structure.
     713 * @param   pVM                 Pointer to the VM.
    714714 * @param   pVCpu               Pointer to the shared VMCPU structure of the
    715715 *                              caller.
     
    738738 *          0 if the next event has already expired.
    739739 *
    740  * @param   pVM         Pointer to the shared VM structure.
     740 * @param   pVM         Pointer to the VM.
    741741 * @param   pVCpu       Pointer to the shared VMCPU structure of the caller.
    742742 * @param   pu64Delta   Where to store the delta.
     
    953953 * @returns true if timers are pending, false if not.
    954954 *
    955  * @param   pVM         Pointer to the shared VM structure.
     955 * @param   pVM         Pointer to the VM.
    956956 * @param   pVCpu       Pointer to the shared VMCPU structure of the caller.
    957957 * @thread  The emulation thread.
     
    971971 * This function is called before FFs are checked in the inner execution EM loops.
    972972 *
    973  * @param   pVM         Pointer to the shared VM structure.
     973 * @param   pVM         Pointer to the VM.
    974974 * @param   pVCpu       Pointer to the shared VMCPU structure of the caller.
    975975 * @thread  The emulation thread.
     
    989989 * @returns The GIP timestamp of the next event.
    990990 *          0 if the next event has already expired.
    991  * @param   pVM         Pointer to the shared VM structure.
     991 * @param   pVM         Pointer to the VM.
    992992 * @param   pVCpu       Pointer to the shared VMCPU structure of the caller.
    993993 * @param   pu64Delta   Where to store the delta.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette