VirtualBox

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/Runtime/common/dbg/dbgmod.cpp

    r41493 r43879  
    254254 *
    255255 * @returns IPRT status code.
    256  * @param   pvUser1     NULL.
    257  * @param   pvUser2     NULL.
    258  */
    259 static DECLCALLBACK(int) rtDbgModInitOnce(void *pvUser1, void *pvUser2)
    260 {
    261     NOREF(pvUser1); NOREF(pvUser2);
     256 * @param   pvUser      NULL.
     257 */
     258static DECLCALLBACK(int) rtDbgModInitOnce(void *pvUser)
     259{
     260    NOREF(pvUser);
    262261
    263262    /*
     
    299298DECLINLINE(int) rtDbgModLazyInit(void)
    300299{
    301     return RTOnce(&g_rtDbgModOnce, rtDbgModInitOnce, NULL, NULL);
     300    return RTOnce(&g_rtDbgModOnce, rtDbgModInitOnce, NULL);
    302301}
    303302
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