Searched refs:read_ahead_thread_ (Results 1 – 2 of 2) sorted by relevance
67 read_ahead_thread_ = std::make_unique<ReadAhead>(cow_device_, backing_store_device_, misc_name_, in InitializeWorkers()305 std::async(std::launch::async, &ReadAhead::RunThread, read_ahead_thread_.get()); in Start()445 read_ahead_thread_ = nullptr; in FreeResources()
228 std::unique_ptr<ReadAhead> read_ahead_thread_; variable