Searched defs:threads (Results 1 – 8 of 8) sorted by relevance
185 public Thread[] threads(); in threads() method195 public static ThreadSet newArrayThreadSet(Thread... threads) { in newArrayThreadSet()204 private final Thread[] threads; field in SamplingProfiler.ArrayThreadSet205 public ArrayThreadSet(Thread... threads) { in ArrayThreadSet()211 public Thread[] threads() { in threads() method in SamplingProfiler.ArrayThreadSet231 private Thread[] threads; field in SamplingProfiler.ThreadGroupThreadSet252 public Thread[] threads() { in threads() method in SamplingProfiler.ThreadGroupThreadSet
35 Thread[] threads = new Thread[10]; in testMaxSize() local
78 int threads = 2; in testSecureRandomThreadSafety() local
79 Thread[] threads = new Thread[activeCount()]; in join() local
54 private final Iterable<Thread> threads = CollectionUtils.dereferenceIterable(threadRefs, true); field in ThreadGroup266 public int enumerate(Thread[] threads) { in enumerate()283 public int enumerate(Thread[] threads, boolean recurse) { in enumerate()
509 public static int enumerate(Thread[] threads) { in enumerate()523 Thread[] threads = new Thread[count + count / 2]; in getAllStackTraces() local
146 final ArrayList<Thread> threads = new ArrayList<Thread>(); in test_read_multiple() local
105 private boolean inListOfThreads(Thread[] threads) { in inListOfThreads()