Searched defs:tgid (Results 1 – 3 of 3) sorted by relevance
155 RTGMsg(uint32_t cmd, int32_t tgid, int64_t data) in RTGMsg()161 int32_t tgid; member in ffrt::RTGCtrl::RTGMsg198 int tgid = -1; in GetThreadGroup() local204 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()258 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid) in UpdateAndGetLoad()288 bool RTGCtrl::Begin(int tgid) in Begin()[all …]
61 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable76 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable96 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable116 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable134 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable159 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable227 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable
34 int tgid; member