VirtualBox

Changeset 25658 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Jan 5, 2010 4:10:40 PM (15 years ago)
Author:
vboxsync
Message:

semmutex-win.cpp: Correct RTSemMutexIsOwned().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp

    r25656 r25658  
    305305    RTNATIVETHREAD hNativeOwner;
    306306    ASMAtomicReadHandle(&pThis->hNativeOwner, &hNativeOwner);
    307     return hNativeOwner == NIL_RTNATIVETHREAD;
    308 }
    309 
     307    return hNativeOwner != NIL_RTNATIVETHREAD;
     308}
     309
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