Changeset 80530 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Sep 1, 2019 11:03:08 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133037
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp
r76553 r80530 231 231 return pThis->Mutex && pThis->Mutex->Owner != NULL; 232 232 #else 233 return KeReadStateMutex(&pThis->Mutex) == 1;234 #endif 235 } 236 233 return KeReadStateMutex(&pThis->Mutex) == 0; 234 #endif 235 } 236
Note:
See TracChangeset
for help on using the changeset viewer.