OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadset
(Results
1 - 4
of
4
) sorted by null
/libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java
44
*
ThreadSet
threadSet
= SamplingProfiler.newArrayThreadSet(Thread.currentThread());
45
* SamplingProfiler profiler = new SamplingProfiler(12,
threadSet
);
89
* The {@code
ThreadSet
} that identifies which threads to sample.
91
private final
ThreadSet
threadSet
;
147
* @param
threadSet
The thread set specifies which threads to
149
* should be sample with a
ThreadSet
such as provied by {@link
155
public SamplingProfiler(int depth,
ThreadSet
threadSet
) {
[
all
...]
/external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp
47
typedef HashSet<pthread_t>
ThreadSet
;
49
static
ThreadSet
* javaScriptThreads()
52
static
ThreadSet
staticJavaScriptThreads;
/frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java
109
SamplingProfiler.
ThreadSet
threadSet
= SamplingProfiler.newThreadGroupTheadSet(group);
110
samplingProfiler = new SamplingProfiler(samplingProfilerDepth,
threadSet
);
/libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java
26
import dalvik.system.profiler.SamplingProfiler.
ThreadSet
;
52
ThreadSet
threadSet
= SamplingProfiler.newArrayThreadSet(Thread.currentThread());
53
SamplingProfiler profiler = new SamplingProfiler(12,
threadSet
);
Completed in 563 milliseconds