Home
last modified time | relevance | path

Searched refs:OtherThread (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/test/911-get-stack-trace/src/art/
H A DTest911.java35 OtherThread.doTestOtherThreadWait(); in run()
39 OtherThread.doTestOtherThreadBusyLoop(); in run()
H A DOtherThread.java19 public class OtherThread { class
/aosp12/art/test/1903-suspend-self/src/art/
H A DTest1903.java27 public static class OtherThread implements Runnable { class in Test1903
66 Thread other = new Thread(new OtherThread(), "TARGET THREAD"); in run()
/aosp12/art/test/1904-double-suspend/src/art/
H A DTest1904.java26 public static class OtherThread implements Runnable { class in Test1904
60 Thread other = new Thread(new OtherThread(), "TARGET THREAD"); in run()
/aosp12/art/test/1902-suspend/src/art/
H A DTest1902.java26 public static class OtherThread implements Runnable { class in Test1902
60 Thread other = new Thread(new OtherThread(), "TARGET THREAD"); in run()
/aosp12/art/test/
H A DAndroid.bp955 "911-get-stack-trace/src/art/OtherThread.java",