HomeSort by relevance Sort by last modified time
    Searched refs:OtherThread (Results 1 - 6 of 6) sorted by null

  /art/test/911-get-stack-trace/src/art/
Test911.java 29 OtherThread.doTestOtherThreadWait();
33 OtherThread.doTestOtherThreadBusyLoop();
OtherThread.java 19 public class OtherThread {
26 Thread t = new Thread("OtherThread doTestOtherThreadWait") {
59 Thread t = new Thread("OtherThread doTestOtherThreadBusyLoop") {
  /art/test/1902-suspend/src/art/
Test1902.java 26 public static class OtherThread implements Runnable {
60 Thread other = new Thread(new OtherThread(), "TARGET THREAD");
  /art/test/1903-suspend-self/src/art/
Test1903.java 27 public static class OtherThread implements Runnable {
66 Thread other = new Thread(new OtherThread(), "TARGET THREAD");
  /art/test/1904-double-suspend/src/art/
Test1904.java 26 public static class OtherThread implements Runnable {
60 Thread other = new Thread(new OtherThread(), "TARGET THREAD");
  /cts/hostsidetests/jvmti/run-tests/
Android.mk 50 src/911-get-stack-trace/src/art/OtherThread.java \

Completed in 305 milliseconds