Home
last modified time | relevance | path

Searched refs:tidCnt (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java114 private int[] createThreads(int tidCnt, CountDownLatch stopLatch) throws InterruptedException { in createThreads() argument
115 int[] tids = new int[tidCnt]; in createThreads()
116 CountDownLatch latch = new CountDownLatch(tidCnt); in createThreads()
118 for (int i = 0; i < tidCnt; i++) { in createThreads()