Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc77 thread_pool_->creation_barier_.Wait(self); in Run()
119 creation_barier_(num_threads + 1), in ThreadPool()
129 creation_barier_.Wait(self); in ThreadPool()
Dthread_pool.h147 Barrier creation_barier_; variable