Lines Matching refs:task_dispatcher
42 class task_dispatcher; variable
113 , my_post_resume_action{ task_dispatcher::post_resume_action::none }
136 void attach_task_dispatcher(task_dispatcher&);
138 void enter_task_dispatcher(task_dispatcher& task_disp, std::uintptr_t stealing_threshold);
149 task_dispatcher* my_task_dispatcher;
177 void resume(task_dispatcher& target);
180 void set_post_resume_action(task_dispatcher::post_resume_action pra, void* arg) { in set_post_resume_action()
181 …__TBB_ASSERT(my_post_resume_action == task_dispatcher::post_resume_action::none, "The Post resume … in set_post_resume_action()
188 my_post_resume_action = task_dispatcher::post_resume_action::none; in clear_post_resume_action()
193 task_dispatcher::post_resume_action my_post_resume_action;
215 inline void thread_data::attach_task_dispatcher(task_dispatcher& task_disp) { in attach_task_dispatcher()
229 inline void thread_data::enter_task_dispatcher(task_dispatcher& task_disp, std::uintptr_t stealing_… in enter_task_dispatcher()