Searched refs:context_impl (Results 1 – 2 of 2) sorted by relevance
51 class context_impl final : public context {53 explicit context_impl(single_threaded_executor* executor);54 ~context_impl() override;63 context_impl context_;
35 void run(context_impl& context);78 single_threaded_executor::context_impl::context_impl(single_threaded_executor* executor) in context_impl() function in fit::single_threaded_executor::context_impl81 single_threaded_executor::context_impl::~context_impl() = default;83 single_threaded_executor* single_threaded_executor::context_impl::executor() const { in executor()87 suspended_task single_threaded_executor::context_impl::suspend_task() { in suspend_task()132 void single_threaded_executor::dispatcher_impl::run(context_impl& context) { in run()
Completed in 4 milliseconds