Home
last modified time | relevance | path

Searched refs:pipe_select_interrupter (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dpipe_select_interrupter.ipp2 // detail/impl/pipe_select_interrupter.ipp
22 #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()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dpipe_select_interrupter.hpp23 class pipe_select_interrupter class
27 ASIO_DECL pipe_select_interrupter();
30 ASIO_DECL ~pipe_select_interrupter();
Dselect_interrupter.hpp23 typedef pipe_select_interrupter select_interrupter;