Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/profiler/
DSamplingProfiler.java185 public Thread[] threads(); in threads() method
195 public static ThreadSet newArrayThreadSet(Thread... threads) { in newArrayThreadSet()
204 private final Thread[] threads; field in SamplingProfiler.ArrayThreadSet
205 public ArrayThreadSet(Thread... threads) { in ArrayThreadSet()
211 public Thread[] threads() { in threads() method in SamplingProfiler.ArrayThreadSet
231 private Thread[] threads; field in SamplingProfiler.ThreadGroupThreadSet
252 public Thread[] threads() { in threads() method in SamplingProfiler.ThreadGroupThreadSet
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
DFileClientSessionCacheTest.java35 Thread[] threads = new Thread[10]; in testMaxSize() 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/main/java/java/lang/
DThreadGroup.java54 private final Iterable<Thread> threads = CollectionUtils.dereferenceIterable(threadRefs, true); field in ThreadGroup
266 public int enumerate(Thread[] threads) { in enumerate()
283 public int enumerate(Thread[] threads, boolean recurse) { in enumerate()
DThread.java509 public static int enumerate(Thread[] threads) { in enumerate()
523 Thread[] threads = new Thread[count + count / 2]; in getAllStackTraces() local
/libcore/luni/src/test/java/libcore/java/net/
DConcurrentCloseTest.java146 final ArrayList<Thread> threads = new ArrayList<Thread>(); in test_read_multiple() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java105 private boolean inListOfThreads(Thread[] threads) { in inListOfThreads()