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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTPoll.cpp346 RTPIPE hPipeR3, hPipeW3; local
347 RTTESTI_CHECK_RC_RETV(RTPipeCreate(&hPipeR3, &hPipeW3, 0/*fFlags*/), VINF_SUCCESS);
362 RTTESTI_CHECK_RC(RTPipeWriteBlocking(hPipeW3, "hello", 5, NULL), VINF_SUCCESS);
400 RTTESTI_CHECK_RC(RTPipeClose(hPipeW3), VINF_SUCCESS);

Completed in 32 milliseconds