Changeset 87819 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 20, 2021 10:24:03 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMInternal.h
r87766 r87819 192 192 bool afPadding0[7]; 193 193 194 #if 0 /* pointless when timers doesn't run on EMT */ 194 195 /** The EMT yield timer. */ 195 196 TMTIMERHANDLE hYieldTimer; … … 201 202 /** The timestamp of the previous yield. (nano) */ 202 203 uint64_t u64LastYield; 204 #endif 203 205 204 206 /** @name EMT Rendezvous
Note:
See TracChangeset
for help on using the changeset viewer.