Searched refs:AsyncFdWatcher (Results 1 – 5 of 5) sorted by relevance
31 class AsyncFdWatcher {33 AsyncFdWatcher() = default;34 ~AsyncFdWatcher();43 AsyncFdWatcher(const AsyncFdWatcher&) = delete;44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
39 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads()51 int AsyncFdWatcher::ConfigureTimeout( in ConfigureTimeout()65 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors()67 AsyncFdWatcher::~AsyncFdWatcher() {} in ~AsyncFdWatcher()71 int AsyncFdWatcher::tryStartThread() { in tryStartThread()87 int AsyncFdWatcher::stopThread() { in stopThread()108 int AsyncFdWatcher::notifyThread() { in notifyThread()116 void AsyncFdWatcher::ThreadRoutine() { in ThreadRoutine()
50 async::AsyncFdWatcher fd_watcher_;
96 class AsyncManager::AsyncFdWatcher { class in test_vendor_lib::AsyncManager123 AsyncFdWatcher() = default;125 ~AsyncFdWatcher() = default;149 AsyncFdWatcher(const AsyncFdWatcher&) = delete;150 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;455 AsyncManager::AsyncManager() : fdWatcher_p_(new AsyncFdWatcher()), taskManager_p_(new AsyncTaskMana… in AsyncManager()
93 class AsyncFdWatcher;104 std::unique_ptr<AsyncFdWatcher> fdWatcher_p_;