Home
last modified time | relevance | path

Searched refs:RTGLoadInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dthread_group.h125 RTGLoadInfo GetLoad() in GetLoad()
128 return RTGLoadInfo(); in GetLoad()
133 RTGLoadInfo GetLoad(pid_t tid) in GetLoad()
136 return RTGLoadInfo(); in GetLoad()
H A Drtg_ioctl.h24 struct RTGLoadInfo { struct
50 RTGLoadInfo UpdateAndGetLoad(int tgid, pid_t tid);
51 RTGLoadInfo UpdateAndGetLoad(int tgid);
H A Drtg_ioctl.cpp244 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid, pid_t tid) in UpdateAndGetLoad()
248 RTGLoadInfo info {0}; in UpdateAndGetLoad()
258 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid) in UpdateAndGetLoad()
262 RTGLoadInfo info {0}; in UpdateAndGetLoad()