Searched defs:thread_pool_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ | ||
D | thread_pool.h | 96 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 | 353 std::unique_ptr<ThreadPool> thread_pool_; variable |
/art/runtime/gc/ | ||
D | heap.h | 1404 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 |