Home
last modified time | relevance | path

Searched defs:tids (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java73 final int[] tids = createHintSessionWithExitedThreads(); in onCreate() local
146 int[] tids = createThreads(5, stopLatch); in createHintSessionWithExitedThreads() local
153 int[] tids = new int[tidCnt]; in createThreads() local
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java118 int[] tids = lookForTidsInProcess(mTestAppPid); in testProcTidStat() local
229 int[] tids = new int[threads.length]; in lookForTidsInProcess() local
/cts/tests/tests/libsystemhealthndk/jni/
DNativeSystemHealthTest.cpp125 std::vector<int32_t>& tids, std::mutex& tids_mutex) { in createThreads()
336 std::vector<int32_t> tids; in testGetCpuHeadroomCustomTids() local
/cts/tests/tests/os/src/android/os/health/cts/
DHeadroomTest.java294 int[] tids = createThreads(mManager.getMaxCpuHeadroomTidsSize(), latch); in testGetCpuHeadroom_customTids() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_PerformanceHintManagerTest.cpp81 std::vector<int32_t> tids{getpid()}; member
278 std::vector<pid_t> tids; in nativeTestSetThreadsWithInvalidTid() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/
DPerformanceHintManagerStatsTests.java304 List<Integer> tids = Arrays.stream(tidsStr.split(",")).map(Integer::parseInt).toList(); in testAdpfHintSessionTidCleanupIsPushed() local