Lines Matching refs:tid
40 virtual bool GetPathForTask(int tid, std::string* path) const = 0;
60 bool GetPathForTask(int tid, std::string* path) const override;
86 virtual bool IsValidForTask(int tid) const { return false; } in IsValidForTask() argument
99 bool ExecuteForTask(int tid) const override;
111 bool ExecuteForTask(int tid) const override;
113 bool IsValidForTask(int tid) const override { return true; } in IsValidForTask() argument
118 static bool IsTimerSlackSupported(int tid);
129 bool ExecuteForTask(int tid) const override;
132 bool IsValidForTask(int tid) const override;
149 bool ExecuteForTask(int tid) const override;
153 bool IsValidForTask(int tid) const override;
163 static bool AddTidToCgroup(int tid, int fd, const char* controller_name);
175 bool ExecuteForTask(int tid) const override;
179 bool IsValidForTask(int tid) const override;
201 bool ExecuteForTask(int tid) const;
206 bool IsValidForTask(int tid) const;
222 bool ExecuteForTask(int tid) const override;
226 bool IsValidForTask(int tid) const override;
243 bool SetTaskProfiles(int tid, std::span<const T> profiles, bool use_fd_cache);