Changeset 5232 in vbox for trunk/src/VBox/VMM/VMMR0/GVMMR0Internal.h
- Timestamp:
- Oct 10, 2007 4:27:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0Internal.h
r5220 r5232 40 40 uint64_t volatile u64HaltExpire; 41 41 /** The event semaphore the EMT thread is blocking on. */ 42 RTSEMEVENT HaltEvent;42 RTSEMEVENTMULTI HaltEventMulti; 43 43 /** The APIC ID of the CPU that EMT was scheduled on the last time we checked. */ 44 44 uint8_t iCpuEmt;
Note:
See TracChangeset
for help on using the changeset viewer.