Changeset 25689 in vbox for trunk/src/VBox/Runtime/include/internal/lockvalidator.h
- Timestamp:
- Jan 8, 2010 10:36:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/lockvalidator.h
r25648 r25689 65 65 * RTThreadUnblocking uses this to figure out when to clear pRec. */ 66 66 RTTHREADSTATE volatile enmRecState; 67 /** Top of the lock stack. */ 68 PRTLOCKVALRECUNION volatile pStackTop; 67 69 /** The thread is running inside the lock validator. */ 68 70 bool volatile fInValidator;
Note:
See TracChangeset
for help on using the changeset viewer.