Searched defs:thread_pool_ (Results 1 – 7 of 7) sorted by relevance
| /art/runtime/ | ||
| D | thread_pool.h | 100 AbstractThreadPool* const thread_pool_; variable |
| D | thread_pool_test.cc | 149 ThreadPool* const thread_pool_; member in art::TreeTask |
| D | trace.h | 435 std::unique_ptr<TraceWriterThreadPool> thread_pool_; variable |
| /art/runtime/jit/ | ||
| D | jit.h | 435 std::unique_ptr<JitThreadPool> thread_pool_; variable |
| /art/runtime/gc/ | ||
| D | heap.h | 1584 std::unique_ptr<ThreadPool> thread_pool_; variable |
| /art/runtime/gc/collector/ | ||
| D | mark_sweep.cc | 758 ThreadPool* const thread_pool_; member in art::gc::collector::MarkSweep::MarkStackTask |
| /art/dex2oat/driver/ | ||
| D | compiler_driver.cc | 1642 ThreadPool* const thread_pool_; member in art::ParallelCompilationManager |