Home
last modified time | relevance | path

Searched refs:prioType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_client_adapter.h48 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 Drtg_interface.h91 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 Drtg_interface.cpp105 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 Dintellisense_server.cpp382 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 Dintellisense_server.h56 int CreateNewRtgGrp(int prioType = 0, int rtNum = 0);
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp963 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 Dconcurrent_task_controller.h45 int CreateNewRtgGrp(int prioType, int rtNum);