VirtualBox

Changeset 53715 in vbox


Ignore:
Timestamp:
Jan 2, 2015 1:06:12 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97492
Message:

s/RTSpinlockReleaseNoInts/RTSpinlockRelease/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0/VBoxDTraceR0.cpp

    r53714 r53715  
    776776            pData->pThread = pThread;
    777777
    778             RTSpinlockReleaseNoInts(g_hThreadSpinlock);
     778            RTSpinlockRelease(g_hThreadSpinlock);
    779779            return pThread;
    780780        }
     
    828828    pData->pThread = pThread;
    829829
    830     RTSpinlockReleaseNoInts(g_hThreadSpinlock);
     830    RTSpinlockRelease(g_hThreadSpinlock);
    831831    return pThread;
    832832}
     
    845845    RTListAppend(&g_ThreadAgeList, &pThread->AgeEntry);
    846846
    847     RTSpinlockReleaseNoInts(g_hThreadSpinlock);
     847    RTSpinlockRelease(g_hThreadSpinlock);
    848848}
    849849
     
    886886typedef struct VBoxDtVMem
    887887{
    888     /** Spinlock protecting the data. */
     888    /** Spinlock protecting the data (interrupt safe). */
    889889    RTSPINLOCK          hSpinlock;
    890890    /** Magic value. */
     
    10231023
    10241024                    uint32_t iRet = (uint32_t)iBit + pChunk->iFirst + pThis->uBase;
    1025                     RTSpinlockReleaseNoInts(pThis->hSpinlock);
     1025                    RTSpinlockRelease(pThis->hSpinlock);
    10261026                    return (void *)(uintptr_t)iRet;
    10271027                }
     
    10811081        }
    10821082    }
    1083     RTSpinlockReleaseNoInts(pThis->hSpinlock);
     1083    RTSpinlockRelease(pThis->hSpinlock);
    10841084
    10851085    return NULL;
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