Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dscheduler.cc60 pool_work_count_.Increment(); in ScheduleWork()
64 if (!pool_work_count_.Decrement()) { in ScheduleWork()
181 while (!pool_work_count_.IsZero()) in WaitForPoolTasks()
Dscheduler.h123 base::AtomicRefCount pool_work_count_; variable