Home
last modified time | relevance | path

Searched defs:tgid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Drtg_ioctl.cpp155 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()
258 RTGLoadInfo RTGCtrl::UpdateAndGetLoad(int tgid) in UpdateAndGetLoad()
288 bool RTGCtrl::Begin(int tgid) in Begin()
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_rtg.cpp61 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable
76 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable
96 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable
116 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable
134 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable
159 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable
227 int tgid = RTGCtrl::Instance().GetThreadGroup(); variable
/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dkernel_interface.h34 int tgid; member