VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 10:27:29 AM (3 years ago)
Author:
vboxsync
Message:

IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h

    r82968 r90789  
    201201    kthread_t      *pThread = pWait->pThread;
    202202    kmutex_t       *pMtx    = (kmutex_t *)ASMAtomicReadPtr(&pWait->pvMtx);
    203     if (VALID_PTR(pMtx))
     203    if (RT_VALID_PTR(pMtx))
    204204    {
    205205        /* Enter the mutex here to make sure the thread has gone to sleep
     
    234234    kthread_t      *pThread = pWait->pThread;
    235235    kmutex_t       *pMtx    = (kmutex_t *)ASMAtomicReadPtr((void * volatile *)&pWait->pvMtx);
    236     if (VALID_PTR(pMtx))
     236    if (RT_VALID_PTR(pMtx))
    237237    {
    238238        /* Enter the mutex here to make sure the thread has gone to sleep
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