Searched defs:thread_pool (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | thread_pool_test.cc | 63 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local 78 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local 107 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() 134 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local
|
D | barrier_test.cc | 63 ThreadPool thread_pool("Barrier test thread pool", num_threads); in TEST_F() local 114 ThreadPool thread_pool("Barrier test thread pool", num_threads); in TEST_F() local
|
D | thread_pool.cc | 28 ThreadPoolWorker::ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name, in ThreadPoolWorker() 202 WorkStealingWorker::WorkStealingWorker(ThreadPool* thread_pool, const std::string& name, in WorkStealingWorker() 209 WorkStealingThreadPool* thread_pool = down_cast<WorkStealingThreadPool*>(thread_pool_); in Run() local
|
D | monitor_test.cc | 328 ThreadPool thread_pool(pool_name, 3); in CommonWaitSetup() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 510 …std::unique_ptr<ThreadPool> thread_pool(new ThreadPool("Compiler driver thread pool", thread_count… in CompileAll() local 574 std::unique_ptr<ThreadPool> thread_pool(new ThreadPool("Compiler driver thread pool", 0U)); in CompileOne() local 597 ThreadPool* thread_pool, TimingLogger* timings) { in Resolve() 606 ThreadPool* thread_pool, TimingLogger* timings) { in PreCompile() 1455 ThreadPool* thread_pool) in ParallelCompilationManager() 1727 ThreadPool* thread_pool, TimingLogger* timings) { in ResolveDexFile() 1747 ThreadPool* thread_pool, TimingLogger* timings) { in SetVerified() 1756 ThreadPool* thread_pool, TimingLogger* timings) { in Verify() 1813 ThreadPool* thread_pool, TimingLogger* timings) { in VerifyDexFile() 1857 ThreadPool* thread_pool, TimingLogger* timings) { in SetVerifiedDexFile() [all …]
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 552 MarkStackTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, size_t mark_stack_size, in MarkStackTask() 682 CardScanTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, in CardScanTask() 727 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() local 817 RecursiveMarkTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, in RecursiveMarkTask() 851 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() local 1168 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel() local
|
/art/runtime/gc/space/ |
D | large_object_space_test.cc | 135 ThreadPool thread_pool("Large object space test thread pool", kNumThreads); in RaceTest() local
|