Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp126 InotifyPollingThread.join(); in ~DirectoryWatcherLinux()
147 std::thread InotifyPollingThread; member in __anon93fcd25b0111::DirectoryWatcherLinux
305 InotifyPollingThread = std::thread([this]() { InotifyPollingLoop(); }); in DirectoryWatcherLinux()