Home
last modified time | relevance | path

Searched refs:GetThreadGroup (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_rtg.cpp61 int tgid = RTGCtrl::Instance().GetThreadGroup();
76 int tgid = RTGCtrl::Instance().GetThreadGroup();
96 int tgid = RTGCtrl::Instance().GetThreadGroup();
116 int tgid = RTGCtrl::Instance().GetThreadGroup();
134 int tgid = RTGCtrl::Instance().GetThreadGroup();
159 int tgid = RTGCtrl::Instance().GetThreadGroup();
227 int tgid = RTGCtrl::Instance().GetThreadGroup();
H A Dut_worker_manager.cpp84 MOCKER_CPP(&RTGCtrl::GetThreadGroup).stubs().will(returnValue(1));
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Drtg_ioctl.h44 int GetThreadGroup();
H A Dthread_group.h40 tgid = RTGCtrl::Instance().GetThreadGroup(); in Init()
H A Drtg_ioctl.cpp194 int RTGCtrl::GetThreadGroup() in GetThreadGroup() function in ffrt::RTGCtrl