Searched defs:ArrayThreadSet (Results 1 - 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DSamplingProfiler.java196 return new ArrayThreadSet(threads);
200 * An ArrayThreadSet samples a fixed set of threads that does not
203 private static class ArrayThreadSet implements ThreadSet { class in class:SamplingProfiler
205 public ArrayThreadSet(Thread... threads) { method in class:SamplingProfiler.ArrayThreadSet

Completed in 34 milliseconds