Lines Matching refs:task_group_context_impl
54 void task_group_context_impl::destroy(d1::task_group_context& ctx) { in destroy()
84 void task_group_context_impl::initialize(d1::task_group_context& ctx) { in initialize()
105 void task_group_context_impl::register_with(d1::task_group_context& ctx, thread_data* td) { in register_with()
113 void task_group_context_impl::bind_to_impl(d1::task_group_context& ctx, thread_data* td) { in bind_to_impl()
165 void task_group_context_impl::bind_to(d1::task_group_context& ctx, thread_data* td) { in bind_to()
200 void task_group_context_impl::propagate_task_group_state(d1::task_group_context& ctx, std::atomic<s… in propagate_task_group_state()
226 bool task_group_context_impl::cancel_group_execution(d1::task_group_context& ctx) { in cancel_group_execution()
239 bool task_group_context_impl::is_group_execution_cancelled(const d1::task_group_context& ctx) { in is_group_execution_cancelled()
244 void task_group_context_impl::reset(d1::task_group_context& ctx) { in reset()
259 void task_group_context_impl::capture_fp_settings(d1::task_group_context& ctx) { in capture_fp_settings()
272 void task_group_context_impl::copy_fp_settings(d1::task_group_context& ctx, const d1::task_group_co… in copy_fp_settings()
337 task_group_context_impl::initialize(ctx); in initialize()
340 task_group_context_impl::destroy(ctx); in destroy()
343 task_group_context_impl::reset(ctx); in reset()
346 return task_group_context_impl::cancel_group_execution(ctx); in cancel_group_execution()
349 return task_group_context_impl::is_group_execution_cancelled(ctx); in is_group_execution_cancelled()
352 task_group_context_impl::capture_fp_settings(ctx); in capture_fp_settings()