Home
last modified time | relevance | path

Searched defs:thread_pool_ (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/
H A Dthread_pool.h99 ThreadPool* const thread_pool_; variable
H A Dthread_pool_test.cc146 ThreadPool* const thread_pool_; member in art::TreeTask
/aosp12/art/runtime/jit/
H A Djit.h498 std::unique_ptr<ThreadPool> thread_pool_; variable
/aosp12/art/runtime/gc/
H A Dheap.h1491 std::unique_ptr<ThreadPool> thread_pool_; variable
/aosp12/art/runtime/gc/collector/
H A Dmark_sweep.cc769 ThreadPool* const thread_pool_; member in art::gc::collector::MarkSweep::MarkStackTask
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc1460 ThreadPool* const thread_pool_; member in art::ParallelCompilationManager