Searched defs:TaskCtx (Results 1 – 2 of 2) sorted by relevance
45 struct TaskCtx : public TaskDeleter { struct54 TaskCtx* parent = nullptr; argument58 std::vector<TaskCtx*> in_handles; argument63 xx::mutex lock {"TaskCtx::lock"}; argument71 xx::mutex denpenceStatusLock {"TaskCtx::denpenceStatusLock"}; argument91 void InitRelatedIntervals(TaskCtx* curr); argument105 SimpleAllocator<TaskCtx>::freeMem(this); in freeMem() argument129 bool IsPrevTask(const TaskCtx* task) const; argument132 std::string label; // used for debug134 inline bool IsRoot() in IsRoot()[all …]
39 TaskCtx::TaskCtx(const task_attr_private *attr, TaskCtx *parent, const uint64_t &id, const char *id… in TaskCtx() function in ffrt::TaskCtx