Searched refs:tidCnt (Results 1 – 1 of 1) sorted by relevance
114 private int[] createThreads(int tidCnt, CountDownLatch stopLatch) throws InterruptedException { in createThreads() argument115 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()