Searched refs:UpdateAndGetLoad (Results 1 – 4 of 4) sorted by relevance
50 RTGLoadInfo UpdateAndGetLoad(int tgid, pid_t tid);51 RTGLoadInfo UpdateAndGetLoad(int tgid);
130 return RTGCtrl::Instance().UpdateAndGetLoad(tgid); in GetLoad()138 return RTGCtrl::Instance().UpdateAndGetLoad(tgid, tid); in GetLoad()
244 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid, pid_t tid) in UpdateAndGetLoad() function in ffrt::RTGCtrl258 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid) in UpdateAndGetLoad() function in ffrt::RTGCtrl
204 auto [t_load, t_runtime] = RTGCtrl::Instance().UpdateAndGetLoad(tgid, tid);276 auto [load, runtime] = RTGCtrl::Instance().UpdateAndGetLoad(tgid);