Home
last modified time | relevance | path

Searched refs:testThread (Results 1 – 2 of 2) sorted by relevance

/libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/
DCloseGuardSupport.java159 private final Thread testThread = Thread.currentThread();
163 if (Thread.currentThread() == testThread) {
/libcore/ojluni/src/test/java/lang/StackWalker/
DDumpStackTest.java48 testThread(); in main()
111 static void testThread() { in testThread() method in DumpStackTest