Home
last modified time | relevance | path

Searched refs:DaemonRunnable (Results 1 – 1 of 1) sorted by relevance

/art/test/136-daemon-jni-shutdown/src/
DMain.java28 Thread t = new Thread(new DaemonRunnable()); in main()
40 private static class DaemonRunnable implements Runnable { class in Main