Lines Matching refs:tgid
45 bool PutThreadGroup(int tgid);
46 bool JoinThread(int tgid, pid_t tid);
47 bool RemoveThread(int tgid, pid_t tid);
48 bool UpdatePerfUtil(int tgid, int util);
49 bool UpdatePerfFreq(int tgid, int64_t freq);
50 RTGLoadInfo UpdateAndGetLoad(int tgid, pid_t tid);
51 RTGLoadInfo UpdateAndGetLoad(int tgid);
52 bool SetGroupWindowSize(int tgid, uint64_t size);
53 bool SetInvalidInterval(int tgid, uint64_t interval);
55 bool Begin(int tgid);
56 bool End(int tgid);
58 bool SetPreferredCluster(int tgid, int clusterId);