Lines Matching refs:nullptr
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()
129 __TBB_ASSERT(td != nullptr, "This task dispatcher must be attach to a thread data"); 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()
150 __TBB_ASSERT(slot != nullptr, nullptr); in resume()
152 __TBB_ASSERT(m_suspend_point != nullptr, nullptr); in resume()
194 … __TBB_ASSERT(td->my_post_resume_arg == nullptr, "The post resume argument should not be set"); in do_post_resume_action()
211 return nullptr;