Searched refs:local_queue (Results 1 - 1 of 1) sorted by relevance

/external/stressapptest/src/
H A Dlogger.cc120 vector<string*> local_queue; local
133 local_queue.swap(queued_lines_);
134 if (local_queue.size() >= kMaxQueueSize) {
140 for (vector<string*>::const_iterator it = local_queue.begin();
141 it != local_queue.end(); ++it) {
148 local_queue.clear();

Completed in 892 milliseconds