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