Home
last modified time | relevance | path

Searched refs:rtNum (Results 1 – 4 of 4) sorted by relevance

/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
396 if (rtNum > 0) { in CreateNewRtgGrp()
397 grp_data.rt_cnt = rtNum; 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/include/
H A Dconcurrent_task_controller.h45 int CreateNewRtgGrp(int prioType, int rtNum);
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp963 int TaskController::CreateNewRtgGrp(int prioType, int rtNum) in CreateNewRtgGrp() argument
977 if (rtNum > 0) { in CreateNewRtgGrp()
978 grp_data.rt_cnt = rtNum; in CreateNewRtgGrp()