Changeset 90980 in vbox for trunk/include
- Timestamp:
- Aug 29, 2021 12:43:43 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146619
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vmm.h
r90975 r90980 59 59 /** Acquire the critical section specified as argument. */ 60 60 VMMCALLRING3_PDM_CRIT_SECT_ENTER, 61 /** Enter the R/W critical section (in argument) exclusively. */62 VMMCALLRING3_PDM_CRIT_SECT_RW_ENTER_EXCL,63 /** Enter the R/W critical section (in argument) shared. */64 VMMCALLRING3_PDM_CRIT_SECT_RW_ENTER_SHARED,65 61 /** Acquire the PGM lock. */ 66 62 VMMCALLRING3_PGM_LOCK,
Note:
See TracChangeset
for help on using the changeset viewer.