Searched defs:threadCount (Results 1 – 5 of 5) sorted by relevance
58 private final AtomicInteger threadCount = new AtomicInteger(); field in AsynchronousChannelGroupImpl
145 final int threadCount = 20; in test_notify() local215 final int threadCount = 20; in test_notifyAll() local
96 final int threadCount = 10; in testGenericITL() local
368 private List<MyThread> populateGroupsWithThreads(ThreadGroup group, int threadCount) { in populateGroupsWithThreads()374 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) { in populateGroupsWithThreads()
1677 final int threadCount = Runtime.getRuntime().availableProcessors() + 1; in invokeMultiThreaded() local