Lines Matching refs:my_context_list
55 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in destroy()
57 if (ctx.my_context_list != nullptr) { in destroy()
60 ctx.my_context_list->remove(ctx.my_node); in destroy()
75 poison_pointer(ctx.my_context_list); in destroy()
95 ctx.my_context_list = nullptr; in initialize()
106 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in register_with()
108 ctx.my_context_list = td->my_context_list; in register_with()
110 ctx.my_context_list->push_front(ctx.my_node); in register_with()
114 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in bind_to_impl()
141 …uintptr_t local_count_snapshot = ctx.my_parent->my_context_list->epoch.load(std::memory_order_acqu… in bind_to_impl()
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()
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()