Lines Matching defs:hWakeUpPipeW
148 RTPIPE hWakeUpPipeW;
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 = NIL_RTPIPE;