Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java108 int[] tids = createThreads(5, stopLatch); in createHintSessionWithExitedThreads()
114 private int[] createThreads(int tidCnt, CountDownLatch stopLatch) throws InterruptedException { in createThreads() method in ADPFAtomTestActivity