Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc146 worker->thread_pool_->create_peers_ ? runtime->GetSystemThreadGroup() : nullptr, in Callback()
147 worker->thread_pool_->create_peers_, in Callback()
208 create_peers_(create_peers), in AbstractThreadPool()
326 CHECK(!create_peers_); in Wait()
Dthread_pool.h205 const bool create_peers_; variable