Changeset 25289 in vbox
- Timestamp:
- Dec 10, 2009 12:32:17 AM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/AutoLock.cpp
r25288 r25289 557 557 } 558 558 559 void AutoWriteLock::attachRaw(LockHandle *ph)560 {561 m->aHandles[0] = ph;562 }563 564 559 /** 565 560 * Returns @c true if the current thread holds a write lock on the managed -
trunk/src/VBox/Main/include/AutoLock.h
r25288 r25289 444 444 } 445 445 446 void attachRaw(LockHandle *ph);447 448 446 bool isWriteLockOnCurrentThread() const; 449 447 uint32_t writeLockLevel() const;
Note:
See TracChangeset
for help on using the changeset viewer.