Searched defs:thread_pool_ (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/runtime/ | ||
H A D | thread_pool.h | 99 ThreadPool* const thread_pool_; variable |
H A D | thread_pool_test.cc | 146 ThreadPool* const thread_pool_; member in art::TreeTask |
/aosp12/art/runtime/jit/ | ||
H A D | jit.h | 498 std::unique_ptr<ThreadPool> thread_pool_; variable |
/aosp12/art/runtime/gc/ | ||
H A D | heap.h | 1491 std::unique_ptr<ThreadPool> thread_pool_; variable |
/aosp12/art/runtime/gc/collector/ | ||
H A D | mark_sweep.cc | 769 ThreadPool* const thread_pool_; member in art::gc::collector::MarkSweep::MarkStackTask |
/aosp12/art/dex2oat/driver/ | ||
H A D | compiler_driver.cc | 1460 ThreadPool* const thread_pool_; member in art::ParallelCompilationManager |