Searched defs:thread_pool_ (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ | ||
D | thread_pool.h | 70 ThreadPool* const thread_pool_; variable |
D | thread_pool_test.cc | 122 ThreadPool* const thread_pool_; member in art::TreeTask |
/art/runtime/jit/ | ||
D | jit.h | 199 std::unique_ptr<ThreadPool> thread_pool_; variable |
/art/runtime/gc/ | ||
D | heap.h | 1214 std::unique_ptr<ThreadPool> thread_pool_; variable |
/art/runtime/gc/collector/ | ||
D | mark_sweep.cc | 745 ThreadPool* const thread_pool_; member in art::gc::collector::MarkStackTask |
/art/compiler/driver/ | ||
D | compiler_driver.cc | 1959 ThreadPool* const thread_pool_; member in art::ParallelCompilationManager |