Changeset 25622 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jan 3, 2010 1:56:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/lockvalidator.h
r25611 r25622 65 65 /** Number of registered read locks that this thread owns, nesting included. */ 66 66 int32_t volatile cReadLocks; 67 /** The thread is running inside the lock validator. */ 68 bool volatile fInValidator; 69 /** Reserved for alignment purposes. */ 70 bool afReserved[3]; 67 71 /** Bitmap indicating which entires are free (set) and allocated (clear). */ 68 72 uint32_t bmFreeShrdOwners; 69 /** Reserved for alignment purposes. */70 uint32_t u32Reserved;71 73 /** Statically allocated shared owner records */ 72 74 RTLOCKVALRECSHRDOWN aShrdOwners[32];
Note:
See TracChangeset
for help on using the changeset viewer.