Home
last modified time | relevance | path

Searched defs:strand (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dstrand.hpp32 class strand class
43 strand() in strand() function in boost::asio::strand
51 explicit strand(const Executor1& e, in strand() function in boost::asio::strand
65 strand(const strand& other) BOOST_ASIO_NOEXCEPT in strand() function in boost::asio::strand
77 strand( in strand() function in boost::asio::strand
108 strand(strand&& other) BOOST_ASIO_NOEXCEPT in strand() function in boost::asio::strand
120 strand(strand<OtherExecutor>&& other) BOOST_ASIO_NOEXCEPT in strand() function in boost::asio::strand
412 strand(const Executor& ex, const implementation_type& impl) in strand() function in boost::asio::strand
Dio_context_strand.hpp90 class io_context::strand class in boost::asio::io_context
100 explicit strand(boost::asio::io_context& io_context) in strand() function in boost::asio::io_context::strand
/external/ot-br-posix/third_party/Simple-web-server/repo/
Dasio_compatibility.hpp36 using strand = asio::strand<asio::any_io_executor>; typedef
38 using strand = asio::strand<asio::executor>; typedef
67 …ype>::type, typename execution_context::executor_type> bind_executor(strand &strand, handler_type … in bind_executor() argument
/external/scapy/scapy/
Dutils.py387 def strand(s1, s2): function