Home | History | Annotate | Download | only in impl

Lines Matching defs:_shutdown

298     protected Thread                                      _shutdown;
414 // _shutdown = new Thread(new Shutdown(), "JmDNS.Shutdown");
415 // Runtime.getRuntime().addShutdownHook(_shutdown);
1676 _shutdown = null;
1837 if (_shutdown != null) {
1838 Runtime.getRuntime().removeShutdownHook(_shutdown);