Searched defs:make_work_guard (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/asio/ |
D | executor_work_guard.hpp | 223 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
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | executor_work_guard.hpp | 223 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
|
/third_party/boost/boost/beast/core/detail/ |
D | work_guard.hpp | 84 make_work_guard(Executor const& exec) noexcept in make_work_guard() function
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | work_guard.hpp | 84 make_work_guard(Executor const& exec) noexcept in make_work_guard() function
|