Searched defs:tids (Results 1 – 6 of 6) sorted by relevance
73 final int[] tids = createHintSessionWithExitedThreads(); in onCreate() local146 int[] tids = createThreads(5, stopLatch); in createHintSessionWithExitedThreads() local153 int[] tids = new int[tidCnt]; in createThreads() local
118 int[] tids = lookForTidsInProcess(mTestAppPid); in testProcTidStat() local229 int[] tids = new int[threads.length]; in lookForTidsInProcess() local
125 std::vector<int32_t>& tids, std::mutex& tids_mutex) { in createThreads()336 std::vector<int32_t> tids; in testGetCpuHeadroomCustomTids() local
294 int[] tids = createThreads(mManager.getMaxCpuHeadroomTidsSize(), latch); in testGetCpuHeadroom_customTids() local
81 std::vector<int32_t> tids{getpid()}; member278 std::vector<pid_t> tids; in nativeTestSetThreadsWithInvalidTid() local
304 List<Integer> tids = Arrays.stream(tidsStr.split(",")).map(Integer::parseInt).toList(); in testAdpfHintSessionTidCleanupIsPushed() local