Home | History | Annotate | Download | only in threading

Lines Matching defs:queue_

152         : queue_(queue) {}
155 queue_.push(0);
156 queue_.pop();
160 NonThreadSafeQueue& queue_;
210 : queue_(queue) {}
213 queue_.push(0);
214 queue_.pop();
218 NonThreadSafeQueue& queue_;
270 : queue_(queue),
276 queue_.push(0);
280 queue_.pop();
284 NonThreadSafeQueue& queue_;
344 : queue_(queue),
350 queue_.push(0);
354 queue_.bar();
358 queue_.pop();
362 NonThreadSafeQueue& queue_;