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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp121 RTPIPE hTestPipeR; member in struct:TXSEXEC
1955 rc = txsDoExecHlpHandleOutputEvent(pTxsExec->hPollSet, fPollEvt, &pTxsExec->hTestPipeR, &uTestPipeCrc32,
2092 rc = RTPollSetAddPipe(pTxsExec->hPollSet, pTxsExec->hTestPipeR, RTPOLL_EVT_READ | RTPOLL_EVT_ERROR,
2206 int rc = RTPipeCreate(&pTxsExec->hTestPipeR, &pTxsExec->hTestPipeW, RTPIPE_C_INHERIT_WRITE);
2209 pTxsExec->hTestPipeR = pTxsExec->hTestPipeW = NIL_RTPIPE;
2354 rc2 = RTPipeClose(pTxsExec->hTestPipeR); AssertRC(rc2);
2355 pTxsExec->hTestPipeR = NIL_RTPIPE;
2433 pTxsExec->hTestPipeR = NIL_RTPIPE;

Completed in 1764 milliseconds