Searched defs:thread_pool_ (Results 1 – 6 of 6) sorted by relevance
| /art/runtime/ | ||
| D | thread_pool.h | 99 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 | 487 std::unique_ptr<ThreadPool> thread_pool_; variable |
| /art/runtime/gc/ | ||
| D | heap.h | 1539 std::unique_ptr<ThreadPool> thread_pool_; variable |
| /art/runtime/gc/collector/ | ||
| D | mark_sweep.cc | 769 ThreadPool* const thread_pool_; member in art::gc::collector::MarkSweep::MarkStackTask |
| /art/dex2oat/driver/ | ||
| D | compiler_driver.cc | 1533 ThreadPool* const thread_pool_; member in art::ParallelCompilationManager |