Home
last modified time | relevance | path

Searched defs:wait_handler (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dexit_code.cpp72 struct wait_handler struct
76 wait_handler(HANDLE handle, bool &called) : handle_(handle), called_(called) {} in wait_handler() function
88 struct wait_handler argument
92 wait_handler (bool & called) : called_(called) {} in wait_handler() argument
94 void operator()(const boost::system::error_code &ec, int signal) in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dio_context_ref.hpp122 struct wait_handler struct
124 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() function
138 void operator()(const boost::system::error_code & ec_in) in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/ip/
Dtcp.cpp156 struct wait_handler struct
158 wait_handler() {} in wait_handler() function
159 void operator()(const boost::system::error_code&) {} in operator ()()
161 wait_handler(wait_handler&&) {} in wait_handler() argument
705 struct wait_handler struct
707 wait_handler() {} in wait_handler() argument
708 void operator()(const boost::system::error_code&) {} in operator ()()
710 wait_handler(wait_handler&&) {} in wait_handler() argument
Dudp.cpp53 struct wait_handler struct
55 wait_handler() {} in wait_handler() function
56 void operator()(const boost::system::error_code&) {} in operator ()()
58 wait_handler(wait_handler&&) {} in wait_handler() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwait_handler.hpp33 class wait_handler : public wait_op class
38 wait_handler(Handler& h, const IoExecutor& io_ex) in wait_handler() function in boost::asio::detail::wait_handler
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/windows/
Dobject_handle.cpp33 void wait_handler(const boost::system::error_code&) in wait_handler() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/posix/
Dstream_descriptor.cpp33 void wait_handler(const boost::system::error_code&) in wait_handler() function
/aosp_15_r20/external/ltp/pan/
H A Dltp-pan.c1463 void wait_handler(int sig) in wait_handler() function