Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc52 thread_pool_->creation_barier_.Wait(self); in Run()
89 creation_barier_(num_threads + 1), in ThreadPool()
98 creation_barier_.Wait(self); in ThreadPool()
Dthread_pool.h138 Barrier creation_barier_; variable