HomeSort by relevance Sort by last modified time
    Searched refs:creation_barier_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
thread_pool.cc 86 thread_pool_->creation_barier_.Wait(self);
134 creation_barier_(num_threads + 1),
145 creation_barier_.Wait(self);
thread_pool.h 166 Barrier creation_barier_; member in class:art::ThreadPool

Completed in 140 milliseconds