Searched defs:thread_pool_ (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ | ||
D | thread_pool.h | 72 ThreadPool* const thread_pool_; variable |
D | thread_pool_test.cc | 146 ThreadPool* const thread_pool_; member in art::TreeTask |
/art/runtime/jit/ | ||
D | jit.h | 208 std::unique_ptr<ThreadPool> thread_pool_; variable |
/art/runtime/gc/ | ||
D | heap.h | 1295 std::unique_ptr<ThreadPool> thread_pool_; variable |
/art/runtime/gc/collector/ | ||
D | mark_sweep.cc | 767 ThreadPool* const thread_pool_; member in art::gc::collector::MarkSweep::MarkStackTask |
/art/compiler/driver/ | ||
D | compiler_driver.cc | 1615 ThreadPool* const thread_pool_; member in art::ParallelCompilationManager |