Lines Matching defs:Monitor
382 class Monitor final : public v1::Monitor::Service {
384 Monitor(llvm::sys::TimePoint<> IndexAge)
427 Monitor &Monitor) {
453 Monitor.updateIndex(Status->getLastModificationTime());
459 llvm::StringRef IndexPath, Monitor &Monitor) {
472 Builder.RegisterService(&Monitor);
592 Monitor Monitor(Status->getLastModificationTime());
594 std::thread HotReloadThread([&Index, &Status, &FS, &Monitor]() {
598 hotReload(Index, llvm::StringRef(IndexPath), LastStatus, FS, Monitor);
603 runServerAndWait(Index, ServerAddress, IndexPath, Monitor);