Lines Matching +full:write +full:- +full:back
2 * util/tube.h - pipe service
67 /** pipe end to write on */
83 /** background write queue, commpoint to write results back */
88 /** list of outstanding results to be written back */
113 * List of results (arbitrary command serializations) to write back
118 /** serialized buffer to write */
120 /** length to write */
137 * Write length bytes followed by message.
138 * @param tube: the tube to write on.
139 * If that tube is a pipe, its write fd is used as
140 * the socket to write on. Is nonblocking.
142 * and back to non-blocking at exit of function.
145 * @param nonblock: if set to true, the first write is nonblocking.
146 * If the first write fails the function returns -1.
147 * If set false, the first write is blocking.
162 * and back to non-blocking at exit of function.
166 * If the first read fails the function returns -1.
184 * Close write part of the pipe.
212 * 0 on a timeout. On failures -1, like errors. */
242 * Start background write handler for the pipe.
244 * @param tube: tube to write on
251 * Remove bg write setup from event base.
263 * Put at the end of the to-send queue.