Searched refs:DaemonRunnable (Results 1 – 1 of 1) sorted by relevance
28 Thread t = new Thread(new DaemonRunnable()); in main()40 private static class DaemonRunnable implements Runnable { class in Main