VirtualBox

Changeset 25373 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Dec 14, 2009 7:20:27 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55992
Message:

IPRT,PDMCritSect: More validation changes. Validate posix and linux mutexes. Always update the thread state with critsects.

File:
1 edited

Legend:

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

    r10839 r25373  
    265265}
    266266
     267
     268RTDECL(int)  RTSemMutexRequestNoResumeDebug(RTSEMMUTEX MutexSem, unsigned cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
     269{
     270    return RTSemMutexRequestNoResume(MutexSem, cMillies);
     271}
     272
     273
    267274RTDECL(int)  RTSemMutexRelease(RTSEMMUTEX MutexSem)
    268275{
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