Home
last modified time | relevance | path

Searched refs:read_ahead_thread_ (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapuserd.h241 read_ahead_thread_ = nullptr; in FreeResources()
336 std::unique_ptr<ReadAheadThread> read_ahead_thread_; variable
Dsnapuserd.cpp51 read_ahead_thread_ = std::make_unique<ReadAheadThread>(cow_device_, backing_store_device_, in InitializeWorkers()
684 read_ahead_thread_.get()); in Start()