Searched refs:WatchFdForNonBlockingReads (Results 1 – 4 of 4) sorted by relevance
134 async_manager_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in SetUp()137 async_manager_.WatchFdForNonBlockingReads( in SetUp()211 async_manager_.WatchFdForNonBlockingReads(connection_fd_, [&](int fd) { in TEST_F()338 async_manager_.WatchFdForNonBlockingReads(slow_s_fd, [&](int /*fd*/) { in TEST_F()347 async_manager_.WatchFdForNonBlockingReads(fast_s_fd, [&](int /*fd*/) { in TEST_F()
107 int WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in rootcanal::AsyncManager::AsyncFdWatcher556 int AsyncManager::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in rootcanal::AsyncManager558 return fdWatcher_p_->WatchFdForNonBlockingReads(file_descriptor, in WatchFdForNonBlockingReads()
73 int WatchFdForNonBlockingReads(int file_descriptor,
146 return am_->WatchFdForNonBlockingReads( in WatchForNonBlockingRead()