Searched refs:ChildThread (Results 1 – 1 of 1) sorted by relevance
25 private static class ChildThread implements Runnable { class in Main57 new Thread(new ChildThread()).start(); in main()