VirtualBox

Changeset 38944 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 5, 2011 2:03:53 PM (13 years ago)
Author:
vboxsync
Message:

PDMCritSectLeave: Indicate whether it was a nested exit or a real one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r38606 r38944  
    11061106/** Nested ownership requests are not permitted for this semaphore type. */
    11071107#define VERR_SEM_NESTED                     (-364)
     1108/** The release call only release a semaphore nesting, i.e. the caller is still
     1109 * holding the semaphore. */
     1110#define VINF_SEM_NESTED                     (364)
    11081111/** Deadlock detected. */
    11091112#define VERR_DEADLOCK                       (-365)
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