Searched defs:thread_pool (Results 1 – 13 of 13) sorted by relevance
| /art/runtime/ |
| D | thread_pool_test.cc | 64 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
|
| D | barrier_test.cc | 67 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local 119 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
|
| D | monitor_test.cc | 281 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
|
| D | thread_pool.cc | 49 ThreadPoolWorker::ThreadPoolWorker(AbstractThreadPool* thread_pool, in ThreadPoolWorker()
|
| D | runtime.cc | 3282 std::unique_ptr<ThreadPool> thread_pool; in DeleteThreadPool() local
|
| /art/runtime/gc/ |
| D | task_processor_test.cc | 66 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/ |
| D | elf_writer_quick.cc | 253 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/ |
| D | jitload.cc | 44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread() local
|
| /art/runtime/gc/collector/ |
| D | mark_sweep.cc | 662 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/ |
| D | large_object_space_test.cc | 164 std::unique_ptr<ThreadPool> thread_pool( in RaceTest() local
|
| /art/dex2oat/driver/ |
| D | compiler_driver.cc | 1547 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/ |
| D | jit.cc | 684 JitThreadPool* thread_pool = Runtime::Current()->GetJit()->GetThreadPool(); in Finalize() local
|
| /art/runtime/oat/ |
| D | oat_file_assistant_test.cc | 1485 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
|