Searched refs:q_ (Results 1 – 3 of 3) sorted by relevance
38 q_.push_back(std::move(t)); in Push()44 while (q_.empty()) { in Pop()48 T t = std::move(q_.front()); in Pop()50 q_.pop_front(); in Pop()62 std::list<T> q_; variable
550 q_.Push(IO(/*signal=*/true)); in Stop()564 q_.Push(IO(file, buf, file_off, callback)); in Write()570 IO io(q_.Pop()); in ThreadMain()
290 BoundedQueue<IO> q_; variable