Searched refs:ReadCallback (Results 1 – 4 of 4) sorted by relevance
28 using ReadCallback = std::function<void(int)>; variable37 const ReadCallback& on_read_fd_ready_callback);56 std::map<int, ReadCallback> watched_fds_;
40 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) { in WatchFdForNonBlockingReads()
20 using ReadCallback = std::function<void(int)>; variable56 …int WatchFdForNonBlockingReads(int file_descriptor, const ReadCallback& on_read_fd_ready_callback);
96 …int WatchFdForNonBlockingReads(int file_descriptor, const ReadCallback& on_read_fd_ready_callback)… in WatchFdForNonBlockingReads()261 std::map<int, ReadCallback> watched_shared_fds_;507 int AsyncManager::WatchFdForNonBlockingReads(int file_descriptor, const ReadCallback& on_read_fd_re… in WatchFdForNonBlockingReads()