Changeset 38944 in vbox for trunk/include/iprt
- Timestamp:
- Oct 5, 2011 2:03:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r38606 r38944 1106 1106 /** Nested ownership requests are not permitted for this semaphore type. */ 1107 1107 #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) 1108 1111 /** Deadlock detected. */ 1109 1112 #define VERR_DEADLOCK (-365)
Note:
See TracChangeset
for help on using the changeset viewer.