OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestThread2
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/
WatchdogDiagnosticsTest.java
65
private static class
TestThread2
extends Thread {
70
public
TestThread2
(Object lock1, Object lock2) {
71
super("
TestThread2
");
108
TestThread2
thread2 = new
TestThread2
(heldLock2, waitLock);
158
"
TestThread2
annotated stack trace:\n" +
160
" at com.android.server.WatchdogDiagnosticsTest$
TestThread2
.y(" +
163
" at com.android.server.WatchdogDiagnosticsTest$
TestThread2
.x(" +
166
" at com.android.server.WatchdogDiagnosticsTest$
TestThread2
.run(" +
/libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java
37
TestThread2
thr2;
121
thr2 = new
TestThread2
();
168
class
TestThread2
extends Thread {
187
thr2 = new
TestThread2
();
243
thr2 = new
TestThread2
();
Completed in 158 milliseconds