Searched refs:isBlue (Results 1 - 2 of 2) 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); 93 int RemoveRtgThread(int tid, bool isBlue = false); 94 int RemoveRtgThreads(vector<int> tids, bool isBlue = false);
|
/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 137 int AddThreadsToRtg(vector<int> tids, int grpId, int prioType, [[maybe_unused]] bool isBlue) in AddThreadsToRtg() argument 172 int RemoveRtgThread(int tid, [[maybe_unused]] bool isBlue) in RemoveRtgThread() argument 192 int RemoveRtgThreads(vector<int> tids, [[maybe_unused]] bool isBlue) in RemoveRtgThreads() argument
|
Completed in 1 milliseconds