Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_compress.cpp139 while (work_queue_.empty() && !stopped_) { in RunThread()
147 blocks = std::move(work_queue_.front()); in RunThread()
148 work_queue_.pop(); in RunThread()
178 work_queue_.push(std::move(blocks)); in EnqueueCompressBlocks()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h141 std::queue<CompressWork> work_queue_; variable