Searched defs:task_context (Results 1 – 6 of 6) sorted by relevance
85 … const std::shared_ptr<runtime::KernelTaskContext> &task_context) { in GetTaskByTaskType()535 auto task_context = in ExecuteKernelTask() local
102 … const std::shared_ptr<runtime::KernelTaskContext> &task_context) { in GetTaskByTaskType()1085 auto task_context = in ExecuteKernelTask() local
955 let task_context = self.task_context.take(); in lower_body() localVariable
738 let task_context = if let Some(task_context_hid) = self.task_context { in lower_expr_await() localVariable
115 task_context: Option<hir::HirId>, field
92 PyObject *task_context; member