Home
last modified time | relevance | path

Searched refs:WatcherActive (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp42 bool WatcherActive = false; member in __anon3d5a8a810111::DirectoryWatcherWindows
136 Ready.wait(lock, [this] { return this->WatcherActive; }); in InitialScan()
162 if (!WatcherActive) { in WatcherThreadProc()
164 WatcherActive = true; in WatcherThreadProc()