HomeSort by: relevance | last modified time | path
    Searched defs:muxer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
io.hpp 406 // The "muxer" class.
409 class muxer { class in namespace:tools::io
411 muxer(const muxer&);
412 muxer& operator=(const muxer&);
426 muxer(const int*, const size_t, const size_t bufsize = 1024);
427 virtual ~muxer(void);
io.cpp 235 // The "muxer" class.
272 impl::muxer::muxer(const int* fds, const size_t nfds, const size_t bufsize) : function in class:impl::muxer
280 impl::muxer::~muxer(void)
285 impl::muxer::read_one(const size_t index, const int fd, std::string& accum,
315 impl::muxer::mux(volatile const bool& terminate)
348 impl::muxer::flush(void)

Completed in 52 milliseconds