VirtualBox

Changeset 7321 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Mar 6, 2008 2:03:20 PM (17 years ago)
Author:
vboxsync
Message:

shorten some thread names, looks better as log prefix

Location:
trunk/src/VBox/Devices/Network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r7320 r7321  
    46504650
    46514651    /* Create asynchronous thread */
    4652     rc = PDMDevHlpPDMThreadCreate(pDevIns, &pData->pSendThread, pData, pcnetAsyncSendThread, pcnetAsyncSendThreadWakeUp, 0, RTTHREADTYPE_IO, "PCNET_SEND");
     4652    rc = PDMDevHlpPDMThreadCreate(pDevIns, &pData->pSendThread, pData, pcnetAsyncSendThread, pcnetAsyncSendThreadWakeUp, 0, RTTHREADTYPE_IO, "PCNET_TX");
    46534653    AssertRCReturn(rc, rc);
    46544654
  • trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp

    r6300 r7321  
    564564
    565565    /* Create asynchronous thread */
    566     rc = RTThreadCreate(&pData->hThread, drvTAPW32AsyncIo, (void *)pData, 128*1024, RTTHREADTYPE_IO, 0, "TAPWIN32");
     566    rc = RTThreadCreate(&pData->hThread, drvTAPW32AsyncIo, (void *)pData, 128*1024, RTTHREADTYPE_IO, 0, "TAP");
    567567    AssertRC(rc);
    568568
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette