Home
last modified time | relevance | path

Searched defs:make_work_guard (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dexecutor_work_guard.hpp223 inline executor_work_guard<Executor> make_work_guard(const Executor& ex, in make_work_guard() function
234 make_work_guard(ExecutionContext& ctx, in make_work_guard() function
246 make_work_guard(const T& t, in make_work_guard() function
264 make_work_guard(const T& t, const Executor& ex, in make_work_guard() function
277 make_work_guard(const T& t, ExecutionContext& ctx, in make_work_guard() function
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dasio_compatibility.hpp59 inline asio::executor_work_guard<io_context::executor_type> make_work_guard(io_context &context) { in make_work_guard() function