Lines Matching defs:tgid
80 static RTGMsg Build(uint32_t cmd = 0, int32_t tgid = 0, int64_t data = 0) in Build()
155 RTGMsg(uint32_t cmd, int32_t tgid, int64_t data) in RTGMsg()
161 int32_t tgid; member in ffrt::RTGCtrl::RTGMsg
198 int tgid = -1; in GetThreadGroup() local
204 bool RTGCtrl::PutThreadGroup(int tgid) in PutThreadGroup()
212 bool RTGCtrl::JoinThread(int tgid, pid_t tid) in JoinThread()
220 bool RTGCtrl::RemoveThread(int tgid, pid_t tid) in RemoveThread()
228 bool RTGCtrl::UpdatePerfUtil(int tgid, int util) in UpdatePerfUtil()
236 bool RTGCtrl::UpdatePerfFreq(int tgid, int64_t freq) in UpdatePerfFreq()
244 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid, pid_t tid) in UpdateAndGetLoad()
258 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid) in UpdateAndGetLoad()
272 bool RTGCtrl::SetGroupWindowSize(int tgid, uint64_t size) in SetGroupWindowSize()
280 bool RTGCtrl::SetInvalidInterval(int tgid, uint64_t interval) in SetInvalidInterval()
288 bool RTGCtrl::Begin(int tgid) in Begin()
296 bool RTGCtrl::End(int tgid) in End()
304 bool RTGCtrl::SetPreferredCluster(int tgid, int clusterId) in SetPreferredCluster()