VirtualBox

Ignore:
Timestamp:
Nov 15, 2012 2:49:23 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82091
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/mp-solaris.cpp

    r29269 r43879  
    6464 *
    6565 * @returns IPRT status code.
    66  * @param   pvUser1     Unused.
    67  * @param   pvUser2     Unused.
     66 * @param   pvUser      Unused.
    6867 */
    69 static DECLCALLBACK(int) rtMpSolarisOnce(void *pvUser1, void *pvUser2)
     68static DECLCALLBACK(int) rtMpSolarisOnce(void *pvUser)
    7069{
    7170    int rc = VINF_SUCCESS;
    72     NOREF(pvUser1); NOREF(pvUser2);
     71    NOREF(pvUser);
    7372
    7473    /*
     
    130129{
    131130    uint64_t u64 = 0;
    132     int rc = RTOnce(&g_MpSolarisOnce, rtMpSolarisOnce, NULL, NULL);
     131    int rc = RTOnce(&g_MpSolarisOnce, rtMpSolarisOnce, NULL);
    133132    if (RT_SUCCESS(rc))
    134133    {
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