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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp38 void EventReceivingLoop() { } function in class:__anon579::DirectoryWatcherWindows
/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp152 // bypassing the Queue. Both InitialScan and EventReceivingLoop use Receiver
162 // Both InitialScan and EventReceivingLoop use Receiver which isn't
164 void EventReceivingLoop();
283 void DirectoryWatcherLinux::EventReceivingLoop() { function in class:__anon577::DirectoryWatcherLinux
306 // used in both InitialScan and EventReceivingLoop. We shouldn't run these
310 EventsReceivingThread = std::thread([this]() { EventReceivingLoop(); });
316 EventReceivingLoop();

Completed in 132 milliseconds