Lines Matching refs:t
57 bool continue_execution(arena_slot& slot, d1::task*& t) const { in continue_execution() argument
58 __TBB_ASSERT(t == nullptr, nullptr); in continue_execution()
65 t = get_self_recall_task(slot); in continue_execution()
127 bool continue_execution(arena_slot& slot, d1::task*& t) const { in continue_execution() argument
128 __TBB_ASSERT(t == nullptr, nullptr); in continue_execution()
131 t = get_self_recall_task(slot); in continue_execution()
163 bool continue_execution(arena_slot& slot, d1::task*& t) const { in continue_execution() argument
164 __TBB_ASSERT(t == nullptr, nullptr); in continue_execution()
165 t = get_self_recall_task(slot); in continue_execution()
185 static bool postpone_execution(d1::task& t) { in postpone_execution() argument
186 return task_accessor::is_resume_task(t); in postpone_execution()