Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp164 void EventReceivingLoop();
283 void DirectoryWatcherLinux::EventReceivingLoop() { in EventReceivingLoop() function in __anona8b83cb60111::DirectoryWatcherLinux
310 EventsReceivingThread = std::thread([this]() { EventReceivingLoop(); }); in DirectoryWatcherLinux()
316 EventReceivingLoop(); in DirectoryWatcherLinux()
/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp38 void EventReceivingLoop() { } in EventReceivingLoop() function in __anon45be6d8c0111::DirectoryWatcherWindows