Changeset 50040 in vbox
- Timestamp:
- Jan 9, 2014 3:27:51 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91519
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.cpp
r50039 r50040 294 294 fListIsEmpty = RTListIsEmpty(&pCtx->SessionList); 295 295 rc2 = RTCritSectLeave(&pCtx->CritSect); 296 297 if (!fListIsEmpty) /* Don't hog CPU while waiting. */ 298 RTThreadSleep(100); 296 299 } 297 300
Note:
See TracChangeset
for help on using the changeset viewer.