Searched refs:prioType (Results 1 - 7 of 7) sorted by relevance
/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);
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | task_client_adapter.h | 49 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 D | rtg_interface.cpp | 111 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 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()
|
/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);
|
/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 45 int CreateNewRtgGrp(int prioType, int rtNum);
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 945 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 5 milliseconds