Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 22 of 22) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/charset/
DCharsetTest.java54 CheckerThread[] threads = new CheckerThread[10]; in test_multiThreadedForName() local
/libcore/luni/src/test/java/tests/security/
DSecureRandomTest.java78 int threads = 2; in testSecureRandomThreadSafety() local
/libcore/luni/src/test/java/tests/support/
DThreadPool.java79 Thread[] threads = new Thread[activeCount()]; in join() local
/libcore/luni/src/test/java/libcore/java/net/
DConcurrentCloseTest.java126 final ArrayList<Thread> threads = new ArrayList<Thread>(); in test_read_multiple() local
/libcore/jsr166-tests/src/test/java/jsr166/
DPhaserTest.java309 List<Thread> threads = new ArrayList<Thread>(); in testArrive2() local
DAbstractQueuedSynchronizerTest.java194 Thread... threads) { in assertHasWaitersUnlocked()
204 Thread... threads) { in assertHasWaitersLocked()
DExecutorsTest.java289 List<Thread> threads = new ArrayList<Thread>(); in testTimedCallable() local
DReentrantLockTest.java140 Thread... threads) { in assertHasWaiters()
DReentrantReadWriteLockTest.java149 Thread... threads) { in assertHasWaiters()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DObjectTest.java146 List<TestThread> threads = new ArrayList<>(); in test_notify() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DPhaserTest.java333 List<Thread> threads = new ArrayList<>(); in testArrive2() local
DAbstractQueuedLongSynchronizerTest.java219 Thread... threads) { in assertHasWaitersUnlocked()
229 Thread... threads) { in assertHasWaitersLocked()
DAbstractQueuedSynchronizerTest.java222 Thread... threads) { in assertHasWaitersUnlocked()
232 Thread... threads) { in assertHasWaitersLocked()
DExecutorsTest.java312 List<Thread> threads = new ArrayList<>(); in testTimedCallable() local
DConcurrentHashMap8Test.java1129 final int threads = expensiveTests ? 10 : 2; in testcomputeIfAbsent_performance() local
DReentrantLockTest.java163 Thread... threads) { in assertHasWaiters()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSimpleAsynchronousFileChannelImpl.java54 private final NativeThreadSet threads = new NativeThreadSet(2); field in SimpleAsynchronousFileChannelImpl
DFileChannelImpl.java89 private final NativeThreadSet threads = new NativeThreadSet(2); field in FileChannelImpl
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadGroup.java241 java.lang.Thread[] threads; field in ThreadGroup
/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java73 Thread threads[]; field in ThreadGroup
/libcore/luni/src/test/java/libcore/java/util/regex/
DOldMatcherTest.java606 ArrayList<Thread> threads = new ArrayList<Thread>(); in testConcurrentMatcherAccess() local
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java1678 final Thread threads [] = new Thread [threadCount]; in invokeMultiThreaded() local