Changeset 90379 in vbox for trunk/src/VBox/VMM/VMMR0/HMR0.cpp
- Timestamp:
- Jul 28, 2021 8:00:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r87606 r90379 1513 1513 /** 1514 1514 * Thread-context hook for HM. 1515 * 1516 * This is used together with RTThreadCtxHookCreate() on platforms which 1517 * supports it, and directly from VMMR0EmtPrepareForBlocking() and 1518 * VMMR0EmtResumeAfterBlocking() on platforms which don't. 1515 1519 * 1516 1520 * @param enmEvent The thread-context event.
Note:
See TracChangeset
for help on using the changeset viewer.