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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp122 RTPIPE hWakeUpPipeR; member in struct:TXSEXEC
2097 rc = RTPollSetAddPipe(pTxsExec->hPollSet, pTxsExec->hWakeUpPipeR, RTPOLL_EVT_READ | RTPOLL_EVT_ERROR,
2175 int rc = RTPipeCreate(&pTxsExec->hWakeUpPipeR, &pTxsExec->hWakeUpPipeW, 0 /*fFlags*/);
2178 pTxsExec->hWakeUpPipeR = pTxsExec->hWakeUpPipeW = NIL_RTPIPE;
2375 RTPipeClose(pTxsExec->hWakeUpPipeR);
2376 pTxsExec->hWakeUpPipeR = NIL_RTPIPE;
2434 pTxsExec->hWakeUpPipeR = NIL_RTPIPE;

Completed in 148 milliseconds