Changeset 46751 in vbox
- Timestamp:
- Jun 24, 2013 12:13:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/EventQueue.cpp
r46717 r46751 114 114 { 115 115 if (ASMAtomicReadBool(&mShutdown)) 116 { 117 int rc2 = RTCritSectLeave(&mCritSect); 118 AssertRC(rc2); 116 119 return VERR_INTERRUPTED; 120 } 117 121 118 122 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.