Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc64 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local
79 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local
104 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local
127 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask()
154 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local
195 ThreadPool thread_pool("Thread pool test thread pool", 1); in TEST_F() local
207 ThreadPool thread_pool("Thread pool test thread pool", 1, true); 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
Dmonitor_test.cc269 ThreadPool thread_pool(pool_name, 3); in CommonWaitSetup() local
350 ThreadPool thread_pool("the pool", 2); in TEST_F() local
Dthread_pool.cc43 ThreadPoolWorker::ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name, in ThreadPoolWorker()
Doat_file_assistant_test.cc1250 ThreadPool thread_pool("Oat file assistant test thread pool", kNumThreads); in TEST_F() local
Druntime.cc2790 std::unique_ptr<ThreadPool> thread_pool; in DeleteThreadPool() local
/art/runtime/gc/
Dtask_processor_test.cc66 ThreadPool thread_pool("task processor test", 1U); in TEST_F() local
136 ThreadPool thread_pool("task processor test", 1U); in TEST_F() local
/art/tools/jvmti-agents/jit-load/
Djitload.cc44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread() local
/art/runtime/gc/collector/
Dmark_sweep.cc673 MarkStackTask(ThreadPool* thread_pool, in MarkStackTask()
831 CardScanTask(ThreadPool* thread_pool, in CardScanTask()
882 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() local
996 RecursiveMarkTask(ThreadPool* thread_pool, in RecursiveMarkTask()
1034 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() local
1394 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel() local
/art/runtime/gc/space/
Dlarge_object_space_test.cc164 ThreadPool thread_pool("Large object space test thread pool", kNumThreads); in RaceTest() local
/art/dex2oat/driver/
Dcompiler_driver.cc1403 ThreadPool* thread_pool) in ParallelCompilationManager()
1679 ThreadPool* thread_pool, in ResolveDexFile()
2006 ThreadPool* thread_pool, in VerifyDexFile()
2073 ThreadPool* thread_pool, in SetVerifiedDexFile()
2563 ThreadPool* thread_pool, in CompileDexFile()