VirtualBox

Changeset 25373 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Dec 14, 2009 7:20:27 PM (15 years ago)
Author:
vboxsync
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/r0drv/nt/semmutex-r0drv-nt.cpp

    r8245 r25373  
    160160
    161161
     162RTDECL(int)  RTSemMutexRequestDebug(RTSEMMUTEX MutexSem, unsigned cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
     163{
     164    return RTSemMutexRequest(MutexSem, cMillies);
     165}
     166
     167/** @todo implement the NoResume versions */
     168
    162169RTDECL(int)  RTSemMutexRelease(RTSEMMUTEX MutexSem)
    163170{
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