Searched refs:stopped_ (Results 1 – 2 of 2) sorted by relevance
139 while (work_queue_.empty() && !stopped_) { in RunThread()143 if (stopped_) { in RunThread()186 while (compressed_queue_.empty() && !stopped_) { in GetCompressedBuffers()190 if (stopped_) { in GetCompressedBuffers()218 stopped_ = true; in Finalize()
145 bool stopped_ = false; variable