Lines Matching refs:RTGCtrl
78 class RTGCtrl::RTGMsg {
169 RTGCtrl::RTGCtrl() in RTGCtrl() function in ffrt::RTGCtrl
185 RTGCtrl::~RTGCtrl() in ~RTGCtrl()
194 int RTGCtrl::GetThreadGroup() in GetThreadGroup()
204 bool RTGCtrl::PutThreadGroup(int tgid) in PutThreadGroup()
212 bool RTGCtrl::JoinThread(int tgid, pid_t tid) in JoinThread()
220 bool RTGCtrl::RemoveThread(int tgid, pid_t tid) in RemoveThread()
228 bool RTGCtrl::UpdatePerfUtil(int tgid, int util) in UpdatePerfUtil()
236 bool RTGCtrl::UpdatePerfFreq(int tgid, int64_t freq) in UpdatePerfFreq()
244 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid, pid_t tid) in UpdateAndGetLoad()
258 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid) in UpdateAndGetLoad()
272 bool RTGCtrl::SetGroupWindowSize(int tgid, uint64_t size) in SetGroupWindowSize()
280 bool RTGCtrl::SetInvalidInterval(int tgid, uint64_t interval) in SetInvalidInterval()
288 bool RTGCtrl::Begin(int tgid) in Begin()
296 bool RTGCtrl::End(int tgid) in End()
304 bool RTGCtrl::SetPreferredCluster(int tgid, int clusterId) in SetPreferredCluster()
312 pid_t RTGCtrl::GetTID() in GetTID()
317 bool RTGCtrl::RTGIOCtrl(RTGMsg& msg) in RTGIOCtrl()