OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timerThread
(Results
1 - 4
of
4
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimerTest.java
1200
Thread
timerThread
= threadRef.get();
1201
assertFalse(
timerThread
.isAlive());
/libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java
[
all
...]
/libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java
349
private Thread
timerThread
;
361
if (
timerThread
== null) {
362
timerThread
= Thread.currentThread();
378
if (thread ==
timerThread
) {
433
if (thread ==
timerThread
) {
442
if (thread ==
timerThread
) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar
Completed in 61 milliseconds