Searched defs:pXmitThread (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp124 PPDMTHREAD pXmitThread; member in struct:DRVINTNET
1192 if (pThis->pXmitThread)
1194 int rc = PDMR3ThreadDestroy(pThis->pXmitThread, NULL);
1196 pThis->pXmitThread = NULL;
1357 pThis->pXmitThread = NULL;
1823 rc = PDMDrvHlpThreadCreate(pDrvIns, &pThis->pXmitThread, pThis,

Completed in 46 milliseconds