Changeset 28258 in vbox for trunk/src/VBox/Devices/Parallel
- Timestamp:
- Apr 13, 2010 2:51:16 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60000
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp
r26173 r28258 379 379 * Start waiting for interrupts. 380 380 */ 381 rc = PDMDrvHlp PDMThreadCreate(pDrvIns, &pThis->pMonitorThread, pThis, drvHostParallelMonitorThread, drvHostParallelWakeupMonitorThread, 0,382 381 rc = PDMDrvHlpThreadCreate(pDrvIns, &pThis->pMonitorThread, pThis, drvHostParallelMonitorThread, drvHostParallelWakeupMonitorThread, 0, 382 RTTHREADTYPE_IO, "ParMon"); 383 383 if (RT_FAILURE(rc)) 384 384 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("HostParallel#%d cannot create monitor thread"), pDrvIns->iInstance);
Note:
See TracChangeset
for help on using the changeset viewer.