Changeset 23761 in vbox
- Timestamp:
- Oct 14, 2009 12:55:30 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53489
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SSM.cpp
r23753 r23761 2098 2098 if (pStrm->hIoThread != NIL_RTTHREAD) 2099 2099 { 2100 int rc2 = RTSemEventSignal(pStrm->hEvt Head);2100 int rc2 = RTSemEventSignal(pStrm->hEvtFree); 2101 2101 AssertLogRelRC(rc2); 2102 2102 int rc3 = RTThreadWait(pStrm->hIoThread, RT_INDEFINITE_WAIT, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.