Lines Matching defs:threads
497 vector<int> threads;
506 threads.push_back(pid[i]);
510 ret = AddThreadsToRtg(threads, grpId);
525 vector<int> threads;
534 threads.push_back(pid[i]);
538 ret = AddThreadsToRtg(threads, grpId, 36);
553 vector<int> threads;
562 threads.push_back(pid[i]);
566 ret = AddThreadsToRtg(threads, grpId);
568 ret = AddThreadsToRtg(threads, grpId);
578 * @tc.desc: Verify rtg multiple add function with out of limit threads.
585 vector<int> threads;
594 threads.push_back(pid[i]);
598 ret = AddThreadsToRtg(threads, grpId);