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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp148 RTPIPE hWakeUpPipeW; member in struct:TXSEXEC
2137 if (pTxsExec->hWakeUpPipeW == NIL_RTPIPE)
2157 RTPipeWrite(pTxsExec->hWakeUpPipeW, "done", 4, &cbIgnored);
2158 RTPipeClose(pTxsExec->hWakeUpPipeW);
2159 pTxsExec->hWakeUpPipeW = NIL_RTPIPE;
2175 int rc = RTPipeCreate(&pTxsExec->hWakeUpPipeR, &pTxsExec->hWakeUpPipeW, 0 /*fFlags*/);
2178 pTxsExec->hWakeUpPipeR = pTxsExec->hWakeUpPipeW = NIL_RTPIPE;
2373 RTPipeClose(pTxsExec->hWakeUpPipeW);
2374 pTxsExec->hWakeUpPipeW = NIL_RTPIPE;
2447 pTxsExec->hWakeUpPipeW
[all...]

Completed in 41 milliseconds