Searched refs:PrintThread (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/test/911-get-stack-trace/src/art/ |
H A D | OtherThread.java | 37 PrintThread.print(t, 0, 25); in doTestOtherThreadWait() 38 PrintThread.print(t, 1, 25); in doTestOtherThreadWait() 39 PrintThread.print(t, 0, 7); in doTestOtherThreadWait() 40 PrintThread.print(t, 2, 7); in doTestOtherThreadWait() 41 PrintThread.print(t, 2, 1); in doTestOtherThreadWait() 44 PrintThread.print(t, -1, 25); in doTestOtherThreadWait() 45 PrintThread.print(t, -5, 5); in doTestOtherThreadWait() 46 PrintThread.print(t, -7, 5); in doTestOtherThreadWait() 71 PrintThread.print(t, 0, 25); in doTestOtherThreadBusyLoop() 73 PrintThread.print(t, 0, 5); in doTestOtherThreadBusyLoop() [all …]
|
H A D | Recurse.java | 41 PrintThread.print(Thread.currentThread(), start, max); in printOrWait()
|
H A D | ThreadListTraces.java | 68 PrintThread.printAll(getThreadListStackTraces(threads, max)); in printList()
|
H A D | AllTraces.java | 75 PrintThread.printAll(getAllStackTraces(max)); in printAll()
|
H A D | PrintThread.java | 25 public class PrintThread { class
|
/aosp12/art/test/ |
H A D | Android.bp | 956 "911-get-stack-trace/src/art/PrintThread.java",
|