Home
last modified time | relevance | path

Searched refs:UpdateAndGetLoad (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Drtg_ioctl.h50 RTGLoadInfo UpdateAndGetLoad(int tgid, pid_t tid);
51 RTGLoadInfo UpdateAndGetLoad(int tgid);
H A Dthread_group.h130 return RTGCtrl::Instance().UpdateAndGetLoad(tgid); in GetLoad()
138 return RTGCtrl::Instance().UpdateAndGetLoad(tgid, tid); in GetLoad()
H A Drtg_ioctl.cpp244 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid, pid_t tid) in UpdateAndGetLoad() function in ffrt::RTGCtrl
258 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid) in UpdateAndGetLoad() function in ffrt::RTGCtrl
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_rtg.cpp204 auto [t_load, t_runtime] = RTGCtrl::Instance().UpdateAndGetLoad(tgid, tid);
276 auto [load, runtime] = RTGCtrl::Instance().UpdateAndGetLoad(tgid);