Changeset 2576 in vbox
- Timestamp:
- May 10, 2007 11:45:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdm.h
r2565 r2576 386 386 * 387 387 * @returns VINF_SUCCESS on success. 388 * @returns VERR_TOO_MANY_SEMAPHORES if the critsect was owned. 388 * @returns VERR_TOO_MANY_SEMAPHORES if an event was already scheduled. 389 * @returns VERR_NOT_OWNER if we're not the critsect owner. 389 390 * @returns VERR_SEM_DESTROYED if RTCritSectDelete was called while waiting. 390 391 * @param pCritSect The critical section.
Note:
See TracChangeset
for help on using the changeset viewer.