Lines Matching refs:ctx
83 auto ctx = ExecuteCtx::Cur();
86 auto parent = (ctx->task && ctx->task->type == ffrt_normal_task) ? ctx->task : DependenceManager::Root();
88 // 2.1 Create task ctx
168 auto ctx = ExecuteCtx::Cur();
169 auto baseTask = (ctx->task && ctx->task->type == ffrt_normal_task) ? ctx->task : DependenceManager::Root();
203 auto ctx = ExecuteCtx::Cur();
204 auto baseTask = (ctx->task && ctx->task->type == ffrt_normal_task) ? ctx->task : DependenceManager::Root();