Changeset 38773 in vbox for trunk/include/VBox/com
- Timestamp:
- Sep 16, 2011 9:51:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r38743 r38773 523 523 524 524 /** 525 * Constructs a new instance that will start managing the given read/write 526 * semaphore by requesting a write lock. 527 */ 528 AutoWriteLock(uint32_t cHandles, 529 LockHandle** pHandles 530 COMMA_LOCKVAL_SRC_POS_DECL); 531 532 /** 525 533 * Release all write locks acquired by this instance through the #lock() 526 534 * call and destroys the instance.
Note:
See TracChangeset
for help on using the changeset viewer.