Searched refs:pipe_select_interrupter (Results 1 – 3 of 3) sorted by relevance
2 // detail/impl/pipe_select_interrupter.ipp22 #include "asio/detail/pipe_select_interrupter.hpp"32 pipe_select_interrupter::pipe_select_interrupter()37 void pipe_select_interrupter::open_descriptors()56 asio::detail::throw_error(ec, "pipe_select_interrupter");60 pipe_select_interrupter::~pipe_select_interrupter()65 void pipe_select_interrupter::close_descriptors()73 void pipe_select_interrupter::recreate()83 void pipe_select_interrupter::interrupt()90 bool pipe_select_interrupter::reset()
23 class pipe_select_interrupter class27 ASIO_DECL pipe_select_interrupter();30 ASIO_DECL ~pipe_select_interrupter();
23 typedef pipe_select_interrupter select_interrupter;