Searched refs:tids (Results 1 - 11 of 11) sorted by relevance
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_rtg.cpp | 167 std::vector<pid_t> tids; in HWTEST_F() local 177 tids.emplace_back(tid); in HWTEST_F() 190 if (tids.size() >= THREAD_NUM) { in HWTEST_F() 195 for (auto tid : tids) { in HWTEST_F() 203 for (auto tid : tids) { in HWTEST_F() 235 std::vector<pid_t> tids; in HWTEST_F() local 245 tids.emplace_back(tid); in HWTEST_F() 258 if (tids.size() >= THREAD_NUM) { in HWTEST_F() 263 for (auto tid : tids) { in HWTEST_F() 285 for (auto tid : tids) { in HWTEST_F() [all...] |
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | rtg_interface.cpp | 120 grp_data.tids[0] = tid; in AddThreadToRtg() 137 int AddThreadsToRtg(vector<int> tids, int grpId, int prioType, [[maybe_unused]] bool isBlue) in AddThreadsToRtg() argument 145 int num = static_cast<int>(tids.size()); in AddThreadsToRtg() 154 if (tids[i] < 0) { in AddThreadsToRtg() 157 grp_data.tids[i] = tids[i]; in AddThreadsToRtg() 181 grp_data.tids[0] = tid; in RemoveRtgThread() 192 int RemoveRtgThreads(vector<int> tids, [[maybe_unused]] bool isBlue) in RemoveRtgThreads() argument 200 int num = static_cast<int>(tids.size()); in RemoveRtgThreads() 207 if (tids[ in RemoveRtgThreads() [all...] |
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_common.cpp | 71 CArrString Convert2CArrString(std::vector<std::string> &tids) in Convert2CArrString() argument 74 if (tids.empty()) { in Convert2CArrString() 78 size_t size = tids.size(); in Convert2CArrString() 90 res.head[i] = MallocCString(tids[i]); in Convert2CArrString()
|
/foundation/resourceschedule/frame_aware_sched/common/include/ |
H A D | rtg_interface.h | 61 int tids[MAX_TID_NUM]; member 92 int AddThreadsToRtg(vector<int> tids, int grpId, int prioType = 0, bool isBlue = false); 94 int RemoveRtgThreads(vector<int> tids, bool isBlue = false);
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | multi_workgroup.cpp | 44 wg->tids[i] = -1; in WorkgroupInit() 55 if (workGroup->tids[i] == tid) { in FindThreadInWorkGroup() 70 if (workGroup->tids[i] == -1) { in InsertThreadInWorkGroup() 71 workGroup->tids[i] = tid; in InsertThreadInWorkGroup() 116 rsWorkGroup->tids[existIndex] = -1; in LeaveRSWorkGroup()
|
H A D | workgroup_internal.h | 41 int tids[MAX_WG_THREADS]; member
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_common.h | 29 CArrString Convert2CArrString(std::vector<std::string> &tids);
|
/foundation/arkui/napi/test/unittest/engine/ |
H A D | test_ark.cpp | 86 pthread_t tids; in HWTEST_F() local 89 int res = pthread_create(&tids, NULL, Run, (void*)args); in HWTEST_F()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | supervisor.cpp | 100 std::set<int32_t> tids {}; 105 tids.insert(tid); 107 return tids;
|
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_process.py | 441 tids = list(active_process_map[pid].keys()) 470 for i in range(len(tids)): 471 statistics = parse_thread_trace(switch_log_map[tids[i]], tids[i])
|
H A D | ffrt_trace_recover.py | 224 for pid, tids in ffrt_pids.items(): 225 for tid in tids.keys(): 237 for pid, tids in ffrt_pids.items():
|
Completed in 6 milliseconds