Changeset 58832 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Nov 23, 2015 5:27:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r58830 r58832 259 259 /** The number of EMTs that have halted in GVMMR0SchedHalt. */ 260 260 uint32_t volatile cHaltedEMTs; 261 /** Alignment padding. */262 uint32_t u32Alignment;263 261 /** Mini lock for restricting early wake-ups to one thread. */ 264 262 bool volatile fDoingEarlyWakeUps;
Note:
See TracChangeset
for help on using the changeset viewer.