Searched refs:SendThread (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp69 RTTHREAD SendThread; member in struct:DRVCHAR
323 if (pThis->SendThread != NIL_RTTHREAD)
325 int rc = RTThreadWait(pThis->SendThread, 30000, NULL);
327 pThis->SendThread = NIL_RTTHREAD;
356 pThis->SendThread = NIL_RTTHREAD;
398 rc = RTThreadCreate(&pThis->SendThread, drvCharSendLoop, (void *)pThis, 0,
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp233 DECLCALLBACK(int) SendThread(RTTHREAD hThreadSelf, void *pvArg) function
487 RTTESTI_CHECK_RC_OK_RETV(RTThreadCreate(&ThreadSend0, SendThread, &Args0, 0, RTTHREADTYPE_EMULATION, RTTHREADFLAGS_WAITABLE, "SEND0"));
488 RTTESTI_CHECK_RC_OK_RETV(RTThreadCreate(&ThreadSend1, SendThread, &Args1, 0, RTTHREADTYPE_EMULATION, RTTHREADFLAGS_WAITABLE, "SEND1"));

Completed in 44 milliseconds