Lines Matching full:pipe
2 * util/tube.h - pipe service
39 * This file contains pipe service functions.
54 * Callback from pipe listen function
61 * A pipe
65 /** pipe end to read from */
67 /** pipe end to write on */
98 /** the windows sockets event (signaled if items in pipe) */
105 /** list of outstanding results on pipe */
125 * Create a pipe
131 * Delete and destroy a pipe
139 * If that tube is a pipe, its write fd is used as
159 * If that tube is a pipe, its read fd is used as
177 * Close read part of the pipe.
184 * Close write part of the pipe.
223 * Start listening for information over the pipe.
225 * Do not mix with tube_read_msg style direct reads from the pipe.
242 * Start background write handler for the pipe.
243 * Do not mix with tube_write_msg style direct writes to the pipe.