Lines Matching refs:__TBB_ASSERT
96 __TBB_ASSERT(m_thread_data != nullptr, nullptr); in internal_suspend()
99 __TBB_ASSERT(slot != nullptr, nullptr); in internal_suspend()
114 __TBB_ASSERT(suspend_callback != nullptr, nullptr); in suspend()
115 __TBB_ASSERT(user_callback != nullptr, nullptr); in suspend()
118 __TBB_ASSERT(m_thread_data != nullptr, nullptr); in suspend()
119 __TBB_ASSERT(m_thread_data->my_post_resume_action == post_resume_action::none, nullptr); in suspend()
120 __TBB_ASSERT(m_thread_data->my_post_resume_arg == nullptr, nullptr); in suspend()
128 __TBB_ASSERT(&target != this, "We cannot resume to ourself"); in resume()
129 __TBB_ASSERT(td != nullptr, "This task dispatcher must be attach to a thread data"); in resume()
130 …__TBB_ASSERT(td->my_task_dispatcher == this, "Thread data must be attached to this task dispatcher… in resume()
136 __TBB_ASSERT(m_suspend_point != nullptr, "Suspend point must be created"); in resume()
137 __TBB_ASSERT(target.m_suspend_point != nullptr, "Suspend point must be created"); in resume()
144 __TBB_ASSERT(td != nullptr, "This task dispatcher must be attach to a thread data"); in resume()
145 …__TBB_ASSERT(td->my_task_dispatcher == this, "Thread data must be attached to this task dispatcher… in resume()
150 __TBB_ASSERT(slot != nullptr, nullptr); in resume()
152 __TBB_ASSERT(m_suspend_point != nullptr, nullptr); in resume()
165 __TBB_ASSERT(td->my_post_resume_arg, "The post resume action must have an argument"); in do_post_resume_action()
171 __TBB_ASSERT(td->my_post_resume_arg, "The post resume action must have an argument"); in do_post_resume_action()
181 __TBB_ASSERT(td->my_post_resume_arg, "The post resume action must have an argument"); in do_post_resume_action()
193 … __TBB_ASSERT(td->my_post_resume_action == post_resume_action::none, "Unknown post resume action"); in do_post_resume_action()
194 … __TBB_ASSERT(td->my_post_resume_arg == nullptr, "The post resume argument should not be set"); in do_post_resume_action()