Changeset 25684 in vbox
- Timestamp:
- Jan 7, 2010 5:01:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
r25682 r25684 743 743 * @param pClass The class. 744 744 */ 745 DECL _FORCE_INLINE(uint32_t) rtLockValidatorClassRelease(RTLOCKVALCLASSINT *pClass)745 DECLINLINE(uint32_t) rtLockValidatorClassRelease(RTLOCKVALCLASSINT *pClass) 746 746 { 747 747 uint32_t cRefs = ASMAtomicDecU32(&pClass->cRefs);
Note:
See TracChangeset
for help on using the changeset viewer.