Home
last modified time | relevance | path

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

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