Changeset 1722 in vbox
- Timestamp:
- Mar 27, 2007 11:46:57 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvChar.cpp
r1680 r1722 270 270 LogFlow(("%s: iInstance=%d\n", __FUNCTION__, pDrvIns->iInstance)); 271 271 272 /** @todo r=bird: use RTThreadWait() and the RTTHREADFLAGS_WAITABLE instead of active waiting like this.273 * (the api is relatively new, which is why it's not used in all the places it should.) */274 272 pData->fShutdown = true; 275 273 RTThreadWait(pData->ReceiveThread, 1000, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.