Searched defs:threadSet (Results 1 – 2 of 2) sorted by relevance
91 private final ThreadSet threadSet; field in SamplingProfiler155 public SamplingProfiler(int depth, ThreadSet threadSet) { in SamplingProfiler()
52 ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread()); in test_SamplingProfiler() local