VirtualBox

Changeset 49026 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Oct 10, 2013 12:01:59 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89788
Message:

VMM: Some @thread doxygen corrections.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r49019 r49026  
    16691669 * @param   pVCpu           Pointer to the VMCPU.
    16701670 * @param   fGlobalInit     Whether global VT-x/AMD-V init. is used.
     1671 * @thread  EMT(pVCpu)
    16711672 */
    16721673VMMR0DECL(void) SVMR0ThreadCtxCallback(RTTHREADCTXEVENT enmEvent, PVMCPU pVCpu, bool fGlobalInit)
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r49019 r49026  
    71607160 * @param   pVCpu           Pointer to the VMCPU.
    71617161 * @param   fGlobalInit     Whether global VT-x/AMD-V init. was used.
    7162  * @thread EMT.
     7162 * @thread  EMT(pVCpu)
    71637163 */
    71647164VMMR0DECL(void) VMXR0ThreadCtxCallback(RTTHREADCTXEVENT enmEvent, PVMCPU pVCpu, bool fGlobalInit)
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r48448 r49026  
    442442 *
    443443 * @returns VBox status code.
    444  *
    445444 * @param   pVCpu       Pointer to the VMCPU.
    446  * @thread EMT.
     445 *
     446 * @thread  EMT(pVCpu)
    447447 */
    448448VMMR0DECL(int) VMMR0ThreadCtxHooksCreate(PVMCPU pVCpu)
     
    483483 * @param   pfnThreadHook   Pointer to the thread-context callback.
    484484 *
    485  * @thread EMT.
     485 * @thread  EMT(pVCpu)
    486486 */
    487487VMMR0DECL(int) VMMR0ThreadCtxHooksRegister(PVMCPU pVCpu, PFNRTTHREADCTXHOOK pfnThreadHook)
     
    498498 * @param   pVCpu       Pointer to the VMCPU.
    499499 *
    500  * @thread EMT.
     500 * @thread  EMT(pVCpu)
    501501 */
    502502VMMR0DECL(int) VMMR0ThreadCtxHooksDeregister(PVMCPU pVCpu)
     
    512512 * @returns true if the hooks are created, false otherwise.
    513513 * @param   pVCpu       Pointer to the VMCPU.
    514  *
    515  * @remarks Can be called from any thread.
    516514 */
    517515VMMR0DECL(bool) VMMR0ThreadCtxHooksAreCreated(PVMCPU pVCpu)
     
    541539 * @param   enmEvent    The thread-context event.
    542540 * @param   pvUser      Opaque pointer to the VMCPU.
     541 *
     542 * @thread  EMT(pvUser)
    543543 */
    544544static DECLCALLBACK(void) vmmR0ThreadCtxCallback(RTTHREADCTXEVENT enmEvent, void *pvUser)
     
    15951595 * @returns @c true / @c false
    15961596 * @param   pVCpu       Pointer to the VMCPU.
    1597  * @thread EMT
     1597 * @thread  EMT
    15981598 */
    15991599VMMR0_INT_DECL(bool) VMMR0IsInRing3LongJump(PVMCPU pVCpu)
Note: See TracChangeset for help on using the changeset viewer.

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