Lines Matching full:pipe
20 #include "Pipe.h"
99 * Read or write this message on the specified pipe.
104 bool read(Pipe* pPipe, bool wait);
105 bool write(Pipe* pPipe) const;
133 * the read pipe from multiple threads will have unpredictable behavior.
149 bool init(Pipe* readPipe, Pipe* writePipe, bool initiateHello);
171 * Get our incoming traffic pipe. This is useful on Linux systems
175 Pipe* getReadPipe(void) { return mReadPipe; }
184 Pipe* mReadPipe;
185 Pipe* mWritePipe;