VirtualBox

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


Ignore:
Timestamp:
Nov 15, 2012 2:49:23 PM (12 years ago)
Author:
vboxsync
Message:

Extended RTOnce with termination cleanups. (Changes existing structures and functions.)

File:
1 edited

Legend:

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

    r43803 r43879  
    917917 * @param   pvUserIgnore    NULL, ignored.
    918918 */
    919 static DECLCALLBACK(int32_t) hmR0EnableAllCpuOnce(void *pvUser, void *pvUserIgnore)
     919static DECLCALLBACK(int32_t) hmR0EnableAllCpuOnce(void *pvUser)
    920920{
    921921    PVM pVM = (PVM)pvUser;
    922     NOREF(pvUserIgnore);
    923922
    924923    /*
     
    10081007        return VERR_HM_SUSPEND_PENDING;
    10091008
    1010     return RTOnce(&g_HvmR0.EnableAllCpusOnce, hmR0EnableAllCpuOnce, pVM, NULL);
     1009    return RTOnce(&g_HvmR0.EnableAllCpusOnce, hmR0EnableAllCpuOnce, pVM);
    10111010}
    10121011
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