Changeset 90976 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 28, 2021 11:38:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r90975 r90976 3137 3137 * Do the waiting. 3138 3138 */ 3139 uint64_t const nsStart = RTTimeNanoTS(); 3140 int rc = VINF_SUCCESS; 3141 3139 int rc = VINF_SUCCESS; 3142 3140 RTSpinlockAcquire(pGVM->vmmr0.s.LogFlusher.hSpinlock); 3143 uint32_t 3141 uint32_t cFlushing = pR0Log->cFlushing; 3144 3142 while (cFlushing > 0) 3145 3143 {
Note:
See TracChangeset
for help on using the changeset viewer.