Searched refs:tMonitor (Results 1 – 1 of 1) sorted by relevance
20 volatile Thread tMonitor; field in SvcMonitor45 if (tMonitor == null) { in changeConfig()54 if (tMonitor != null) { in startMonitor()67 tMonitor = new Thread(monitor); in startMonitor()68 tMonitor.start(); in startMonitor()78 if (tMonitor == null) { in stopThread()83 tMonitor.interrupt(); in stopThread()85 tMonitor.join(); in stopThread()89 tMonitor = null; in stopThread()