Home
last modified time | relevance | path

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

/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp35 std::thread WatcherThread; member in __anon5b426d740111::DirectoryWatcherWindows
113 WatcherThread = std::thread([this, DirectoryHandle]() { in DirectoryWatcherWindows()
129 WatcherThread.join(); in ~DirectoryWatcherWindows()