Lines Matching refs:RTGCtrl

55     bool enabled = RTGCtrl::Instance().Enabled();
61 int tgid = RTGCtrl::Instance().GetThreadGroup();
66 bool ret = RTGCtrl::Instance().PutThreadGroup(tgid);
76 int tgid = RTGCtrl::Instance().GetThreadGroup();
81 bool ret = RTGCtrl::Instance().SetGroupWindowSize(tgid, WINDOW_SIZE);
86 ret = RTGCtrl::Instance().PutThreadGroup(tgid);
96 int tgid = RTGCtrl::Instance().GetThreadGroup();
101 bool ret = RTGCtrl::Instance().SetInvalidInterval(tgid, INVALID_INTERVAL);
106 ret = RTGCtrl::Instance().PutThreadGroup(tgid);
116 int tgid = RTGCtrl::Instance().GetThreadGroup();
121 bool ret = RTGCtrl::Instance().SetPreferredCluster(tgid, CLUSTER_ID);
126 ret = RTGCtrl::Instance().PutThreadGroup(tgid);
134 int tgid = RTGCtrl::Instance().GetThreadGroup();
139 bool ret = RTGCtrl::Instance().Begin(tgid);
144 ret = RTGCtrl::Instance().End(tgid);
149 ret = RTGCtrl::Instance().PutThreadGroup(tgid);
159 int tgid = RTGCtrl::Instance().GetThreadGroup();
173 pid_t tid = RTGCtrl::GetTID(); in __anone3ead2840102()
196 ret = RTGCtrl::Instance().JoinThread(tgid, tid);
202 ret = RTGCtrl::Instance().UpdatePerfFreq(tgid, 960000);
204 auto [t_load, t_runtime] = RTGCtrl::Instance().UpdateAndGetLoad(tgid, tid);
206 ret = RTGCtrl::Instance().RemoveThread(tgid, tid);
217 ret = RTGCtrl::Instance().PutThreadGroup(tgid);
227 int tgid = RTGCtrl::Instance().GetThreadGroup();
241 pid_t tid = RTGCtrl::GetTID(); in __anone3ead2840202()
264 bool ret = RTGCtrl::Instance().JoinThread(tgid, tid);
270 bool ret = RTGCtrl::Instance().Begin(tgid);
276 auto [load, runtime] = RTGCtrl::Instance().UpdateAndGetLoad(tgid);
279 ret = RTGCtrl::Instance().UpdatePerfUtil(tgid, util);
286 ret = RTGCtrl::Instance().RemoveThread(tgid, tid);
292 ret = RTGCtrl::Instance().End(tgid);
302 ret = RTGCtrl::Instance().PutThreadGroup(tgid);