Lines Matching refs:t
26 Thread t = new Thread("OtherThread doTestOtherThreadWait") { in doTestOtherThreadWait() local
31 t.start(); in doTestOtherThreadWait()
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()
52 t.join(); in doTestOtherThreadWait()
60 Thread t = new Thread("OtherThread doTestOtherThreadBusyLoop") { in doTestOtherThreadBusyLoop() local
65 t.start(); in doTestOtherThreadBusyLoop()
71 PrintThread.print(t, 0, 25); in doTestOtherThreadBusyLoop()
72 PrintThread.print(t, 1, 25); in doTestOtherThreadBusyLoop()
73 PrintThread.print(t, 0, 5); in doTestOtherThreadBusyLoop()
74 PrintThread.print(t, 2, 5); in doTestOtherThreadBusyLoop()
77 PrintThread.print(t, -1, 25); in doTestOtherThreadBusyLoop()
78 PrintThread.print(t, -5, 5); in doTestOtherThreadBusyLoop()
79 PrintThread.print(t, -7, 5); in doTestOtherThreadBusyLoop()
83 t.join(); in doTestOtherThreadBusyLoop()