Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousChannelGroupImpl.java58 private final AtomicInteger threadCount = new AtomicInteger(); field in AsynchronousChannelGroupImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DObjectTest.java145 final int threadCount = 20; in test_notify() local
215 final int threadCount = 20; in test_notifyAll() local
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadLocalTest.java96 final int threadCount = 10; in testGenericITL() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java368 private List<MyThread> populateGroupsWithThreads(ThreadGroup group, int threadCount) { in populateGroupsWithThreads()
374 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) { in populateGroupsWithThreads()
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java1677 final int threadCount = Runtime.getRuntime().availableProcessors() + 1; in invokeMultiThreaded() local