Searched refs:prioType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | task_client_adapter.h | 48 int AddThreadToRtg(int tid, int grpId, int prioType = 0); 173 static int AddThreadToRtgAdapter(int tid, int grpId, int prioType = 0) 177 return func(tid, grpId, prioType);
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/common/include/ |
H A D | rtg_interface.h | 91 int AddThreadToRtg(int tid, int grpId, int prioType = 0, bool isBlue = false); 92 int AddThreadsToRtg(vector<int> tids, int grpId, int prioType = 0, bool isBlue = false);
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | rtg_interface.cpp | 105 int AddThreadToRtg(int tid, int grpId, int prioType, [[maybe_unused]] bool isBlue) 117 grp_data.prio_type = prioType; 126 int AddThreadsToRtg(vector<int> tids, int grpId, int prioType, [[maybe_unused]] bool isBlue) 141 grp_data.prio_type = prioType;
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
H A D | intellisense_server.cpp | 382 int IntelliSenseServer::CreateNewRtgGrp(int prioType, int rtNum) in CreateNewRtgGrp() argument 393 if ((prioType > 0) && (prioType < RTG_TYPE_MAX)) { in CreateNewRtgGrp() 394 grp_data.prio_type = prioType; in CreateNewRtgGrp()
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | intellisense_server.h | 56 int CreateNewRtgGrp(int prioType = 0, int rtNum = 0);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 963 int TaskController::CreateNewRtgGrp(int prioType, int rtNum) in CreateNewRtgGrp() argument 974 if ((prioType > 0) && (prioType < RTG_TYPE_MAX)) { in CreateNewRtgGrp() 975 grp_data.prio_type = prioType; in CreateNewRtgGrp()
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 45 int CreateNewRtgGrp(int prioType, int rtNum);
|