Lines Matching refs:pipe
31 #include <iprt/pipe.h>
58 #include "internal/pipe.h"
75 * - Bit 30 - The pipe mode, set indicates blocking.
96 * Wrapper for calling pipe2() or pipe().
101 * @returns See pipe().
102 * @param paFds See pipe().
104 * pipe(), 1 if pipe2(), 0 if not yet decided.
122 return pipe(paFds);
133 * Create the pipe and clear/set the close-on-exec flag as required.
250 * Get and validate the pipe handle info.
308 * @param pThis The pipe handle.
370 * @param pThis The pipe handle.
426 * Checks if the read pipe has a HUP condition.
429 * @param pThis The pipe handle (read).