Searched defs:watchDogThread (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java1506 private Thread watchDogThread; field in class:RuntimeEnvironment
1524 watchDogThread = new Thread(new Runnable() {
1574 watchDogThread.start();
1588 if (watchDogThread != null) {
1589 watchDogThread.interrupt();
1591 watchDogThread.join();

Completed in 650 milliseconds