Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp165 void EventReceivingLoop();
284 void DirectoryWatcherLinux::EventReceivingLoop() { in EventReceivingLoop() function in __anon93fcd25b0111::DirectoryWatcherLinux
311 EventsReceivingThread = std::thread([this]() { EventReceivingLoop(); }); in DirectoryWatcherLinux()
317 EventReceivingLoop(); in DirectoryWatcherLinux()