Searched refs:mMonitorThread (Results 1 – 3 of 3) sorted by relevance
105 private Thread mMonitorThread = null; field in SecurityLogMonitor153 if (mMonitorThread == null) { in start()161 mMonitorThread = new Thread(this); in start()162 mMonitorThread.start(); in start()174 if (mMonitorThread != null) { in stop()175 mMonitorThread.interrupt(); in stop()177 mMonitorThread.join(TimeUnit.SECONDS.toMillis(5)); in stop()187 mMonitorThread = null; in stop()
87 mMonitorThread = std::thread(&FastRpcChreDaemon::monitorThreadEntry, this); in init()106 if (mMonitorThread.has_value()) { in deinit()107 mMonitorThread->join(); in deinit()
78 std::optional<std::thread> mMonitorThread;