Home
last modified time | relevance | path

Searched refs:static_thread_pool (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/execution/
Dcontext_as.cpp40 static_thread_pool pool(1); in context_as_executor_query_test()
44 execution::context_as_t<static_thread_pool&>()) in context_as_executor_query_test()
48 execution::context_as_t<static_thread_pool&> in context_as_executor_query_test()
53 execution::context_as_t<static_thread_pool&>()) in context_as_executor_query_test()
62 execution::context_as_t<const static_thread_pool&>()) in context_as_executor_query_test()
66 execution::context_as_t<const static_thread_pool&> in context_as_executor_query_test()
71 execution::context_as_t<const static_thread_pool&>()) in context_as_executor_query_test()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dasync_1.cpp10 using boost::asio::static_thread_pool;
42 static_thread_pool io_pool(1); in main()
43 static_thread_pool completion_pool(1); in main()
Dasync_2.cpp10 using boost::asio::static_thread_pool;
68 static_thread_pool io_pool(1); in main()
69 static_thread_pool completion_pool(1); in main()
Dbank_account_1.cpp5 using boost::asio::static_thread_pool;
14 mutable static_thread_pool pool_{1};
Dbank_account_2.cpp5 using boost::asio::static_thread_pool;
14 mutable static_thread_pool pool_{1};
Dfork_join.cpp11 using boost::asio::static_thread_pool;
153 static_thread_pool threads_;
Dpipeline.cpp241 using boost::asio::static_thread_pool;
280 static_thread_pool pool(1); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/
Dbank_account_1.cpp5 using boost::asio::static_thread_pool;
14 mutable static_thread_pool pool_{1};
Dbank_account_2.cpp5 using boost::asio::static_thread_pool;
14 mutable static_thread_pool pool_{1};
Dfork_join.cpp11 using boost::asio::static_thread_pool;
153 static_thread_pool threads_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dstatic_thread_pool.hpp26 typedef thread_pool static_thread_pool; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
DJamfile.v2179 [ run static_thread_pool.cpp ]
180 [ run static_thread_pool.cpp : : : $(USE_SELECT) : static_thread_pool_select ]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/doc/
Dreference.qbk123919 [section:static_thread_pool static_thread_pool]
123921 [indexterm1 boost_asio.indexterm.static_thread_pool..static_thread_pool]
123923 typedef thread_pool static_thread_pool;
124102 ['Header: ][^boost/asio/static_thread_pool.hpp]