Searched refs:SleepyThread (Results 1 – 2 of 2) sorted by relevance
78 SleepyThread sleepy, pesky; in interruptTest()80 sleepy = new SleepyThread(null); in interruptTest()81 pesky = new SleepyThread(sleepy); in interruptTest()133 class SleepyThread extends Thread { class134 private SleepyThread mOther;140 SleepyThread(SleepyThread other) { in SleepyThread() method in SleepyThread
31 SleepyThread.run starting32 SleepyThread.run starting