Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp36 std::thread HandlerThread; member in __anonc6ef4db10111::DirectoryWatcherWindows
120 HandlerThread = std::thread([this, WaitForInitialSync]() { in DirectoryWatcherWindows()
128 HandlerThread.join(); in ~DirectoryWatcherWindows()