Searched refs:should_stop_processing_ (Results 1 – 2 of 2) sorted by relevance
88 WorkerPool::WorkerPool(size_t thread_count) : should_stop_processing_(false) { in WorkerPool()110 should_stop_processing_ = true; in ~WorkerPool()123 CHECK(!should_stop_processing_); in PostTask()138 return (!task_queue_.empty()) || should_stop_processing_; in Worker()141 if (should_stop_processing_ && task_queue_.empty()) in Worker()
31 bool should_stop_processing_; variable