Searched refs:flushedWork (Results 1 – 2 of 2) sorted by relevance
264 std::list<std::unique_ptr<C2Work>> *const flushedWork) { in flush_sm() argument279 flushedWork->push_back(std::move(work)); in flush_sm()283 flushedWork->push_back(std::move(queue->pending().begin()->second)); in flush_sm()
50 std::list<std::unique_ptr<C2Work>> *const flushedWork) override;