6#include <cosmos/error/ApiError.hxx>
7#include <cosmos/io/Pipe.hxx>
11const size_t Pipe::MAX_ATOMIC_WRITE = PIPE_BUF;
15 if (::pipe2(ends, O_CLOEXEC | O_DIRECT) != 0) {
Specialized exception type used when system APIs fail.
void setFD(const FileNum fd)
Assigns a new primitive file descriptor to the object.
Pipe()
Creates a pipe with both ends stored in the object.
FileNum
Primitive file descriptor.