Home
last modified time | relevance | path

Searched defs:thread_pool (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dthread_pool_test.cc63 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
103 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask()
130 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local
Dbarrier_test.cc63 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
Dthread_pool.cc29 ThreadPoolWorker::ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name, in ThreadPoolWorker()
204 WorkStealingWorker::WorkStealingWorker(ThreadPool* thread_pool, const std::string& name, in WorkStealingWorker()
211 WorkStealingThreadPool* thread_pool = down_cast<WorkStealingThreadPool*>(thread_pool_); in Run() local
Dmonitor_test.cc329 ThreadPool thread_pool(pool_name, 3); in CommonWaitSetup() local
Doat_file_assistant_test.cc963 ThreadPool thread_pool("Oat file assistant test thread pool", kNumThreads); in TEST_F() local
/art/runtime/gc/
Dtask_processor_test.cc66 ThreadPool thread_pool("task processor test", 1U); in TEST_F() local
137 ThreadPool thread_pool("task processor test", 1U); in TEST_F() local
/art/compiler/driver/
Dcompiler_driver.cc501 std::unique_ptr<ThreadPool> thread_pool( in CompileAll() local
569 std::unique_ptr<ThreadPool> thread_pool(new ThreadPool("Compiler driver thread pool", 0U)); in CompileOne() local
613 ThreadPool* thread_pool, TimingLogger* timings) { in Resolve()
622 ThreadPool* thread_pool, TimingLogger* timings) { in PreCompile()
1581 ThreadPool* thread_pool) in ParallelCompilationManager()
1851 ThreadPool* thread_pool, TimingLogger* timings) { in ResolveDexFile()
1871 ThreadPool* thread_pool, TimingLogger* timings) { in SetVerified()
1880 ThreadPool* thread_pool, TimingLogger* timings) { in Verify()
1945 ThreadPool* thread_pool, TimingLogger* timings) { in VerifyDexFile()
1995 ThreadPool* thread_pool, TimingLogger* timings) { in SetVerifiedDexFile()
[all …]
/art/runtime/gc/collector/
Dmark_sweep.cc633 MarkStackTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, size_t mark_stack_size, in MarkStackTask()
764 CardScanTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, in CardScanTask()
808 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() local
910 RecursiveMarkTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, in RecursiveMarkTask()
944 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() local
1290 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel() local
/art/runtime/gc/space/
Dlarge_object_space_test.cc154 ThreadPool thread_pool("Large object space test thread pool", kNumThreads); in RaceTest() local