Home | History | Annotate | Download | only in lang

Lines Matching defs:Daemon

68     private static abstract class Daemon implements Runnable {
73 protected Daemon(String name) {
165 private static class ReferenceQueueDaemon extends Daemon {
193 private static class FinalizerDaemon extends Daemon {
266 private static class FinalizerWatchdogDaemon extends Daemon {
278 // We have been interrupted, need to see if this daemon has been stopped.
299 // Daemon.stop may have interrupted us.
309 * Notify daemon that it's OK to sleep until notified that something is ready to be
317 * Notify daemon that there is something ready to be finalized.
452 private static class HeapTaskDaemon extends Daemon {
459 // Overrides the Daemon.interupt method which is called from Daemons.stop.