Home
last modified time | relevance | path

Searched refs:inline_executor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/executors/
Dinline_executor.hpp30 class inline_executor class
49 BOOST_THREAD_NO_COPYABLE(inline_executor)
56 inline_executor() in inline_executor() function in boost::executors::inline_executor
65 ~inline_executor() in ~inline_executor()
173 using executors::inline_executor;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/doc/
Dasync_executors.qbk39 …rial_executor`, a loop executor `loop_executor`, an inline executor `inline_executor` and a thread…
1413 [section:inline_executor Class `inline_executor`]
1417 #include <boost/thread/executors/inline_executor.hpp>
1419 class inline_executor
1422 inline_executor(inline_executor const&) = delete;
1423 inline_executor& operator=(inline_executor const&) = delete;
1425 inline_executor();
1441 [section:constructor Constructor `inline_executor()`]
1443 inline_executor();
1447 [[Effects:] [Constructs an inline_executor. ]]
[all …]
Dcompliance.qbk210 …[[V.2.4] [`inline_executor`] [Yes] [ static version `inline_executor`, dynamic one `execdule…
Dchanges.qbk303 …xecutors, some throw exception and some silently ignore error (thread_executor and inline_executor)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dgeneric_executor_ref.cpp117 boost::inline_executor ea1; in test_generic_executor_ref()
Dexecutor.cpp137 boost::executor_adaptor < boost::inline_executor > ea1; in test_executor_adaptor()