Searched defs:Pipe (Results 1 – 7 of 7) sorted by relevance
27 class Pipe { class34 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} { in Pipe() function in Pipe38 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
29 Pipe() { in Pipe() function
34 class Pipe { class39 Pipe() { in Pipe() function in __anonbd9bf3d90111::Pipe
92 bool Pipe(unique_fd* read, unique_fd* write) { in Pipe() function
47 class Pipe { class50 Pipe(int readFd, int writeFd) in Pipe() function in Pipe57 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
113 class Pipe { class116 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} {} in Pipe() function in Pipe122 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
45 enum Pipe {READ_FROM_CHILD = 0, WRITE_TO_PARENT, READ_FROM_PARENT, WRITE_TO_CHILD}; enum