Home
last modified time | relevance | path

Searched refs:should_stop_processing_ (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/util/
Dworker_pool.cc88 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()
Dworker_pool.h31 bool should_stop_processing_; variable