Home
last modified time | relevance | path

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

/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);
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_client_adapter.h49 int AddThreadToRtg(int tid, int grpId, int prioType = 0);
175 static int AddThreadToRtgAdapter(int tid, int grpId, int prioType = 0) in AddThreadToRtgAdapter()
179 return func(tid, grpId, prioType); in AddThreadToRtgAdapter()
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Drtg_interface.cpp111 int AddThreadToRtg(int tid, int grpId, int prioType, [[maybe_unused]] bool isBlue) in AddThreadToRtg() argument
123 grp_data.prio_type = prioType; in AddThreadToRtg()
137 int AddThreadsToRtg(vector<int> tids, int grpId, int prioType, [[maybe_unused]] bool isBlue) in AddThreadsToRtg() argument
152 grp_data.prio_type = prioType; in AddThreadsToRtg()
/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()
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dintellisense_server.h56 int CreateNewRtgGrp(int prioType = 0, int rtNum = 0);
/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h45 int CreateNewRtgGrp(int prioType, int rtNum);
/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp945 int TaskController::CreateNewRtgGrp(int prioType, int rtNum) in CreateNewRtgGrp() argument
956 if ((prioType > 0) && (prioType < RTG_TYPE_MAX)) { in CreateNewRtgGrp()
957 grp_data.prio_type = prioType; in CreateNewRtgGrp()

Completed in 7 milliseconds