Searched defs:wait_handler (Results 1 – 8 of 8) sorted by relevance
72 struct wait_handler struct76 wait_handler(HANDLE handle, bool &called) : handle_(handle), called_(called) {} in wait_handler() function88 struct wait_handler argument92 wait_handler (bool & called) : called_(called) {} in wait_handler() argument94 void operator()(const boost::system::error_code &ec, int signal) in operator ()()
122 struct wait_handler struct124 std::vector<std::function<void(int, const std::error_code & ec)>> funcs;125 std::unique_ptr<boost::asio::windows::object_handle> handle;126 std::shared_ptr<std::atomic<int>> exit_status;129 wait_handler(std::vector<std::function<void(int, const std::error_code & ec)>> && funcs, in wait_handler() function138 void operator()(const boost::system::error_code & ec_in) in operator ()()
156 struct wait_handler struct158 wait_handler() {} in wait_handler() function159 void operator()(const boost::system::error_code&) {} in operator ()()161 wait_handler(wait_handler&&) {} in wait_handler() argument705 struct wait_handler struct707 wait_handler() {} in wait_handler() argument708 void operator()(const boost::system::error_code&) {} in operator ()()710 wait_handler(wait_handler&&) {} in wait_handler() argument
53 struct wait_handler struct55 wait_handler() {} in wait_handler() function56 void operator()(const boost::system::error_code&) {} in operator ()()58 wait_handler(wait_handler&&) {} in wait_handler() function
33 class wait_handler : public wait_op class38 wait_handler(Handler& h, const IoExecutor& io_ex) in wait_handler() function in boost::asio::detail::wait_handler
33 void wait_handler(const boost::system::error_code&) in wait_handler() function
1463 void wait_handler(int sig) in wait_handler() function