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()111 int AsyncFdWatcher::notifyThread() { in notifyThread()119 void AsyncFdWatcher::ThreadRoutine() { in ThreadRoutine()
58 async::AsyncFdWatcher fd_watcher_;
94 class AsyncManager::AsyncFdWatcher { class in test_vendor_lib::AsyncManager121 AsyncFdWatcher() = default;122 AsyncFdWatcher(const AsyncFdWatcher&) = delete;123 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;125 ~AsyncFdWatcher() = default;494 AsyncManager::AsyncManager() : fdWatcher_p_(new AsyncFdWatcher()), taskManager_p_(new AsyncTaskMana… in AsyncManager()
110 class AsyncFdWatcher;118 std::unique_ptr<AsyncFdWatcher> fdWatcher_p_;