Lines Matching refs:__TBB_ASSERT

55     __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr);  in destroy()
58__TBB_ASSERT(ctx.my_state.load(std::memory_order_relaxed) == d1::task_group_context::state::bound,… in destroy()
106 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in register_with()
107 __TBB_ASSERT(td, nullptr); in register_with()
114 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in bind_to_impl()
115__TBB_ASSERT(ctx.my_state.load(std::memory_order_relaxed) == d1::task_group_context::state::locked… in bind_to_impl()
116 __TBB_ASSERT(!ctx.my_parent, "Parent is set before initial binding"); in bind_to_impl()
119 __TBB_ASSERT(ctx.my_parent, nullptr); in bind_to_impl()
180 __TBB_ASSERT(td->my_task_dispatcher->m_execute_data_ext.context != nullptr, nullptr); in bind_to()
196__TBB_ASSERT(ctx.my_state.load(std::memory_order_relaxed) != d1::task_group_context::state::create… in bind_to()
197__TBB_ASSERT(ctx.my_state.load(std::memory_order_relaxed) != d1::task_group_context::state::locked… in bind_to()
201 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in propagate_task_group_state()
227 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in cancel_group_execution()
228__TBB_ASSERT(ctx.my_cancellation_requested.load(std::memory_order_relaxed) <= 1, "The cancellation… in cancel_group_execution()
245 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in reset()
260 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in capture_fp_settings()
273 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in copy_fp_settings()
274 __TBB_ASSERT(!ctx.my_traits.fp_settings, "The context already has FPU settings."); in copy_fp_settings()
275 __TBB_ASSERT(src.my_traits.fp_settings, "The source context does not have FPU settings."); in copy_fp_settings()