Searched refs:MyRunnable (Results 1 – 1 of 1) sorted by relevance
91 Thread t3 = new Thread(new MyRunnable()); in main()129 static class MyRunnable implements Runnable { class in CallerFromMain