HomeSort by: relevance | last modified time | path
    Searched refs:EventReceivingLoop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/windows/
DirectoryWatcher-windows.cpp 38 void EventReceivingLoop() { }
  /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
DirectoryWatcher-linux.cpp 152 // 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() {
306 // used in both InitialScan and EventReceivingLoop. We shouldn't run these
310 EventsReceivingThread = std::thread([this]() { EventReceivingLoop(); });
316 EventReceivingLoop();

Completed in 85 milliseconds