Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc64 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
80 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
106 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
130 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask()
157 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
199 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
212 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
Dbarrier_test.cc67 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
119 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
Dmonitor_test.cc281 std::unique_ptr<ThreadPool> thread_pool(ThreadPool::Create(pool_name, 3)); in CommonWaitSetup() local
364 std::unique_ptr<ThreadPool> thread_pool(ThreadPool::Create("the pool", 2)); in TEST_F() local
Dthread_pool.cc49 ThreadPoolWorker::ThreadPoolWorker(AbstractThreadPool* thread_pool, in ThreadPoolWorker()
Druntime.cc3282 std::unique_ptr<ThreadPool> thread_pool; in DeleteThreadPool() local
/art/runtime/gc/
Dtask_processor_test.cc66 std::unique_ptr<ThreadPool> thread_pool(ThreadPool::Create("task processor test", 1U)); in TEST_F() local
136 std::unique_ptr<ThreadPool> thread_pool(ThreadPool::Create("task processor test", 1U)); in TEST_F() local
/art/dex2oat/linker/
Delf_writer_quick.cc253 std::unique_ptr<ThreadPool> thread_pool; in PrepareDebugInfo() local
275 std::unique_ptr<ThreadPool> thread_pool; in WriteDebugInfo() local
/art/tools/jvmti-agents/jit-load/
Djitload.cc44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread() local
/art/runtime/gc/collector/
Dmark_sweep.cc662 MarkStackTask(ThreadPool* thread_pool, in MarkStackTask()
819 CardScanTask(ThreadPool* thread_pool, in CardScanTask()
870 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() local
981 RecursiveMarkTask(ThreadPool* thread_pool, in RecursiveMarkTask()
1019 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() local
1305 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel() local
/art/runtime/gc/space/
Dlarge_object_space_test.cc164 std::unique_ptr<ThreadPool> thread_pool( in RaceTest() local
/art/dex2oat/driver/
Dcompiler_driver.cc1547 ThreadPool* thread_pool) in ParallelCompilationManager()
1767 ThreadPool* thread_pool, in ResolveDexFile()
2113 ThreadPool* thread_pool, in VerifyDexFile()
2179 ThreadPool* thread_pool, in SetVerifiedDexFile()
2662 ThreadPool* thread_pool, in CompileDexFile()
/art/runtime/jit/
Djit.cc684 JitThreadPool* thread_pool = Runtime::Current()->GetJit()->GetThreadPool(); in Finalize() local
/art/runtime/oat/
Doat_file_assistant_test.cc1485 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local